From fbc037cb02a0cde6f1aab172d0b76e713f7ee8fd Mon Sep 17 00:00:00 2001 From: "atvik-renovate[bot]" <284408317+atvik-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:36:36 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20rust=20crate=20testcont?= =?UTF-8?q?ainers=20(0.25.2=20=E2=86=92=200.28.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/domarinn-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/domarinn-server/Cargo.toml b/crates/domarinn-server/Cargo.toml index df7a61e..d34e9c1 100644 --- a/crates/domarinn-server/Cargo.toml +++ b/crates/domarinn-server/Cargo.toml @@ -71,7 +71,7 @@ tempfile = "3" # DOMARINN_TEST_DATABASE_URL is unset, each test binary starts a throwaway # postgres container; `mise run test-pg` provides one shared server instead # so the ~30 test binaries don't each pay container startup. -testcontainers = { version = "0.25", features = ["blocking"] } +testcontainers = { version = "0.28", features = ["blocking"] } testcontainers-modules = { version = "0.13", features = ["postgres"] } flate2 = "1" ulid = { workspace = true }