From cf08196a52db9b3ec9e69a33106e76d53660232e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:59:11 +0000 Subject: [PATCH] build(deps): bump testcontainers-modules from 0.3.6 to 0.3.7 Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.3.6 to 0.3.7. - [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.3.6...v0.3.7) --- updated-dependencies: - dependency-name: testcontainers-modules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/adapter/Cargo.toml | 2 +- src/public/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 029fdb2..94ece91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2079,9 +2079,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "204d1c7516bfdc8a01bb85d3e30145e5bbeb2351812e5e8aa6971769109b45b5" +checksum = "8debb5e215d9e89ea93255fffff00bf037ea44075d7a2669a21a8a988d6b52fd" dependencies = [ "testcontainers", ] diff --git a/src/adapter/Cargo.toml b/src/adapter/Cargo.toml index 73171b8..dc46297 100644 --- a/src/adapter/Cargo.toml +++ b/src/adapter/Cargo.toml @@ -37,7 +37,7 @@ version = "1.0" features = ["derive"] [dependencies.testcontainers-modules] -version = "0.3.4" +version = "0.3.7" features = ["postgres"] [dependencies.tokio] diff --git a/src/public/Cargo.toml b/src/public/Cargo.toml index 97f5ab4..161768a 100644 --- a/src/public/Cargo.toml +++ b/src/public/Cargo.toml @@ -100,7 +100,7 @@ version = "1.0" features = ["derive"] [dependencies.testcontainers-modules] -version = "0.3.5" +version = "0.3.7" features = ["postgres"] [dependencies.tokio]