diff --git a/Cargo.lock b/Cargo.lock index 6753de6..bcb09e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2380,7 +2380,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "testcontainers-modules 0.11.3", + "testcontainers-modules 0.11.4", "tokio", "tokio-postgres", "urlencoding", @@ -3292,9 +3292,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "708fce58200e480633a428b7356fc39eb7fef02e47bd6faa94ba1d0746e6f17e" +checksum = "064a2677e164cad39ef3c1abddb044d5a25c49d27005804563d8c4227aac8bd0" dependencies = [ "testcontainers 0.23.1", ] diff --git a/Cargo.toml b/Cargo.toml index 6cc25c8..f9a2cd8 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.3", features = ["hashicorp_vault", "k3s", "postgres"] } +testcontainers-modules = { version = "0.11.4", features = ["hashicorp_vault", "k3s", "postgres"] } tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.12" utilities = {path= "tests/utilities" }