From 1a6dcb85b2e0063418edddf62768bfd599f620aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:10:38 +0000 Subject: [PATCH] build(deps): Bump testcontainers from 0.21.1 to 0.22.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.21.1 to 0.22.0. - [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.1...0.22.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3989d56a..e15f5e44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5064,9 +5064,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "testcontainers" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7d80fe0008971413157e67062150cbf508b92f0eb525b9f49de1aec4267f24" +checksum = "2ef8374cea2c164699681ecc39316c3e1d953831a7a5721e36c7736d974e15fa" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 225f721f..15dbb8f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,5 +61,5 @@ hyper = { version = "1.2.0" } predicates = "3.1" rstest = "0.22.0" tempfile = "3.12" -testcontainers = { version = "0.21", features = ["blocking"] } +testcontainers = { version = "0.22", features = ["blocking"] } tower-test = "0.4"