diff --git a/Cargo.lock b/Cargo.lock index 3989d56a..e15f5e44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5064,9 +5064,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "testcontainers" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7d80fe0008971413157e67062150cbf508b92f0eb525b9f49de1aec4267f24" +checksum = "2ef8374cea2c164699681ecc39316c3e1d953831a7a5721e36c7736d974e15fa" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 225f721f..15dbb8f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,5 +61,5 @@ hyper = { version = "1.2.0" } predicates = "3.1" rstest = "0.22.0" tempfile = "3.12" -testcontainers = { version = "0.21", features = ["blocking"] } +testcontainers = { version = "0.22", features = ["blocking"] } tower-test = "0.4"