From 415cdb46b1ea49bf054bbb8ff7368247b41eec3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:54:31 +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 4b8138a..4ed3432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,5 +58,5 @@ cfg-if = "1.0" rstest = "0.22" tempfile = "3.2" textwrap = "0.16" -testcontainers = { version = "0.21", features = ["http_wait"] } +testcontainers = { version = "0.22", features = ["http_wait"] } anyhow = "1.0.83"