From b8f187378fa805fc2af46f476b1cff635d95e210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:19:48 +0000 Subject: [PATCH] chore(deps): Update testcontainers requirement from 0.20 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.20.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 579310c..5f06ebb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,6 +67,6 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } tempfile = "3.3" # This should stay pinned here until testcontainers makes sure all of its deps using rustls are # using the ring feature. Otherwise this fails to compile on Windows -testcontainers = "0.20" +testcontainers = "0.22" tokio = { version = "1.21", features = ["macros", "fs", "rt-multi-thread"] } tokio-util = { version = "0.7.4", features = ["compat"] }