From 6ccb47038bfeb621737071753c31a96293e33dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:25:54 +0000 Subject: [PATCH] Bump testcontainers-modules from 0.12.0 to 0.12.1 Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.12.0 to 0.12.1. - [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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: testcontainers-modules dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f4204b..477eb9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2465,9 +2465,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f29549c522bd43086d038c421ed69cdf88bc66387acf3aa92b26f965fa95ec2" +checksum = "eac95cde96549fc19c6bf19ef34cc42bd56e264c1cb97e700e21555be0ecf9e2" dependencies = [ "testcontainers", ] diff --git a/Cargo.toml b/Cargo.toml index e353c3a..cbdafd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ sha2 = "0.10.8" libc = "0.2.164" test-temp-dir = "0.3.0" testcontainers = { version = "0.24.0", features = ["blocking"] } -testcontainers-modules = { version = "0.12.0", features = [ +testcontainers-modules = { version = "0.12.1", features = [ "cncf_distribution", ] }