From 275ebf5de3d6e42a8f7b6e478560118183b9206d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:54:56 +0000 Subject: [PATCH] Update testcontainers requirement from 0.27.1 to 0.28.0 in /common_lib Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version. - [Release notes](https://github.com/testcontainers/testcontainers-rs/releases) - [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-rs/compare/0.27.1...0.28.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_lib/Cargo.toml b/common_lib/Cargo.toml index 5eaad85982..5eec3209a7 100644 --- a/common_lib/Cargo.toml +++ b/common_lib/Cargo.toml @@ -25,4 +25,4 @@ aws-sdk-dynamodb = "1.3.0" aws-sdk-cloudwatchlogs = "1.3.0" [dev-dependencies] -testcontainers = "0.27.1" \ No newline at end of file +testcontainers = "0.28.0" \ No newline at end of file