From f3a54448ee3ca2fd38e0000b89e95e73737d0bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:21:35 +0000 Subject: [PATCH] build(deps): update testcontainers requirement from 0.20 to 0.21 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.20.0...0.21.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83c4ddff76..d53441f9e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ openssl = "0.10.38" rstest = "0.21.0" serial_test = "3.0.0" tempfile = "3.3.0" -testcontainers = "0.20" +testcontainers = "0.21" tokio = { version = "1.17.0", features = ["rt", "rt-multi-thread"] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }