diff --git a/Cargo.lock b/Cargo.lock index f1e6ffe..82f9d3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "testcontainers-modules 0.11.1", + "testcontainers-modules 0.11.2", "tokio", "tokio-postgres", "urlencoding", @@ -3435,9 +3435,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aef7d623e245645e421c3a6d40d92e4991524b8496f39a0c7ed7994653dbcbc" +checksum = "ebd106a016d7b19e4c080c73c858d842fead9e420620ad873955569cc6bdac11" dependencies = [ "testcontainers 0.23.1", ] diff --git a/Cargo.toml b/Cargo.toml index 2c15027..a0e55cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ assert_cmd = "2.0.16" ntest = "0.9.3" predicates = "3.1.2" schemars = "0.8.21" -testcontainers-modules = { version = "0.11.1", features = ["hashicorp_vault", "k3s", "postgres"] } +testcontainers-modules = { version = "0.11.2", features = ["hashicorp_vault", "k3s", "postgres"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.12" utilities = {path= "tests/utilities" }