diff --git a/Cargo.toml b/Cargo.toml index c70fd8f..ba67ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ cruet = "0.15" dir-diff = "0.3" tempfile = "3.20" test-log = { version = "0.2", features = ["trace", "color"] } -testcontainers = { version = "0.26", features = ["blocking"] } +testcontainers = { version = "0.27", features = ["blocking"] } reqwest = { version = "0.13", features = ["blocking", "json"] } # The profile that 'dist' will build with