From 06300b38f7e7d5e54682b8b0c00ecb0847d48147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:33:11 +0000 Subject: [PATCH] build(deps): bump testcontainers-modules from 0.3.4 to 0.3.5 Bumps [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) from 0.3.4 to 0.3.5. - [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.4...v0.3.5) --- updated-dependencies: - dependency-name: testcontainers-modules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- library/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 944ae90..9a1f57f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1883,9 +1883,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c391cd115649a8a14e5638d0606648d5348b216700a31f402987f57e58693766" +checksum = "1d0334776e1e8ee7c504a922c5236daf865ffe413aa630d84ae91dcce0b10bc3" dependencies = [ "testcontainers", ] diff --git a/library/Cargo.toml b/library/Cargo.toml index 9ea6452..53e47fe 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -20,6 +20,6 @@ diesel = { version = "2.1.0", features = ["postgres", "postgres_backend", "uuid" uuid = { version = "1.7.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } serde_json = "1.0" testcontainers = "0.15.0" -testcontainers-modules = {version = "0.3.4", features = ["postgres"]} +testcontainers-modules = {version = "0.3.5", features = ["postgres"]} rand = "0.8.4" diesel_migrations = "2.1.0" \ No newline at end of file