From d6a3d1ff9f4e8f6522665fb8e53280311712eb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:24:12 +0000 Subject: [PATCH] build(deps): update testcontainers requirement from 0.21 to 0.22 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.21.0...0.22.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 3195a29d95..791e80ccff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ openssl = "0.10.38" rstest = "0.22.0" serial_test = "3.0.0" tempfile = "3.3.0" -testcontainers = "0.21" +testcontainers = "0.22" tokio = { version = "1.17.0", features = ["rt", "rt-multi-thread"] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }