From ad8d6c244bb57b65f35861b4de51deee858affa1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Sep 2024 12:02:12 +0000 Subject: [PATCH] chore(deps): update rust crate testcontainers to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c33a5e0e2..ca6f833fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ utoipa = { version = "4.2.3", features = [ "non_strict_integers", "uuid", ] } -testcontainers = "0.22.0" +testcontainers = "0.23.0" testcontainers-modules = "0.10.0" tokio = "1.39.3" tracing = "0.1.40"