From 5f81fbdc5f6e6190b1d4dbaf9e600c1b2e63e9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:20:15 +0000 Subject: [PATCH] chore(deps): update rust crate testcontainers-modules to 0.2.0 --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47db43a8..04123158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2666,9 +2666,9 @@ dependencies = [ [[package]] name = "testcontainers-modules" -version = "0.1.4" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47c405c3757803e54818eaaf6b5b2af485dff4ab89a7130b72f62fd19b8bb6cd" +checksum = "bd4f62dbab24872d1ba3bf8c495c6674fe73035ba1489df319620bf5fd4d3857" dependencies = [ "testcontainers", ] diff --git a/server/Cargo.toml b/server/Cargo.toml index 556c8cf5..37281fb5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -85,7 +85,7 @@ maplit = "1.0.2" rand = "0.8.5" test-case = "3.2.1" testcontainers = "0.15.0" -testcontainers-modules = { version = "0.1.3", features = ["redis"] } +testcontainers-modules = { version = "0.2.0", features = ["redis"] } tracing-test = "0.2.4" [build-dependencies]