diff --git a/Cargo.lock b/Cargo.lock index 1498a39a..9c386bf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5530,9 +5530,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 de291cb3..d00e0c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ rstest = "0.22" tempfile = "3.12.0" tower = { version = "0.5", features = ["util"] } http-body-util = "0.1.1" -testcontainers = { version = "0.21", features = ["watchdog"] } +testcontainers = { version = "0.22", features = ["watchdog"] } backon = { version = "1.1.0", features = ["tokio-sleep"] } [target.'cfg(target_os = "linux")'.dev-dependencies]