diff --git a/Cargo.lock b/Cargo.lock index 1f4204b..477eb9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2465,9 +2465,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f29549c522bd43086d038c421ed69cdf88bc66387acf3aa92b26f965fa95ec2" +checksum = "eac95cde96549fc19c6bf19ef34cc42bd56e264c1cb97e700e21555be0ecf9e2" dependencies = [ "testcontainers", ] diff --git a/Cargo.toml b/Cargo.toml index e353c3a..cbdafd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ sha2 = "0.10.8" libc = "0.2.164" test-temp-dir = "0.3.0" testcontainers = { version = "0.24.0", features = ["blocking"] } -testcontainers-modules = { version = "0.12.0", features = [ +testcontainers-modules = { version = "0.12.1", features = [ "cncf_distribution", ] }