From ea47a5b70e5001d400434620c18d3cee5f491105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:40:29 +0000 Subject: [PATCH] build(deps): bump testcontainers-modules from 0.11.2 to 0.11.3 Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/testcontainers/testcontainers-rs-modules-community/releases) - [Changelog](https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-rs-modules-community/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: testcontainers-modules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90571d2..65458f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "testcontainers-modules 0.11.2", + "testcontainers-modules 0.11.3", "tokio", "tokio-postgres", "urlencoding", @@ -3435,9 +3435,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd106a016d7b19e4c080c73c858d842fead9e420620ad873955569cc6bdac11" +checksum = "708fce58200e480633a428b7356fc39eb7fef02e47bd6faa94ba1d0746e6f17e" dependencies = [ "testcontainers 0.23.1", ] diff --git a/Cargo.toml b/Cargo.toml index 2d320b6..c277e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ assert_cmd = "2.0.16" ntest = "0.9.3" predicates = "3.1.2" schemars = "0.8.21" -testcontainers-modules = { version = "0.11.2", features = ["hashicorp_vault", "k3s", "postgres"] } +testcontainers-modules = { version = "0.11.3", features = ["hashicorp_vault", "k3s", "postgres"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.12" utilities = {path= "tests/utilities" }