From 7604fd4dababa8609200ba54682733c46953f67f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:46:46 +0000 Subject: [PATCH] chore(deps): update rust crate testcontainers to 0.28 --- crates/flagd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flagd/Cargo.toml b/crates/flagd/Cargo.toml index e7c15b6..84c2d7c 100644 --- a/crates/flagd/Cargo.toml +++ b/crates/flagd/Cargo.toml @@ -46,7 +46,7 @@ tonic-prost-build = { workspace = true } [dev-dependencies] cucumber = "0.23" futures-core = "0.3" -testcontainers = { version = "0.27", features = ["http_wait", "blocking"] } +testcontainers = { version = "0.28", features = ["http_wait", "blocking"] } # Force time >=0.3.47 to fix RUSTSEC-2026-0009 time = ">=0.3.47" wiremock = "0.6.5"