From f0995855ed0b6564bd73e6e19e5697f8fd7e326d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:33:35 +0000 Subject: [PATCH] build(deps): bump testcontainers-modules from 0.11.1 to 0.11.2 Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.11.1 to 0.11.2. - [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.1...v0.11.2) --- 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 f1e6ffe..82f9d3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "testcontainers-modules 0.11.1", + "testcontainers-modules 0.11.2", "tokio", "tokio-postgres", "urlencoding", @@ -3435,9 +3435,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aef7d623e245645e421c3a6d40d92e4991524b8496f39a0c7ed7994653dbcbc" +checksum = "ebd106a016d7b19e4c080c73c858d842fead9e420620ad873955569cc6bdac11" dependencies = [ "testcontainers 0.23.1", ] diff --git a/Cargo.toml b/Cargo.toml index 2c15027..a0e55cd 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.1", features = ["hashicorp_vault", "k3s", "postgres"] } +testcontainers-modules = { version = "0.11.2", features = ["hashicorp_vault", "k3s", "postgres"] } tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.12" utilities = {path= "tests/utilities" }