From 430876a904a6a406861093e3bce5b24385bcd7ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:10:07 +0100 Subject: [PATCH] chore(deps): update rust crate test-case to 3.3.1 (#345) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christopher Kolstad --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 53e3843a..36509c89 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -83,7 +83,7 @@ actix-service = "2.0.2" env_logger = "0.10.1" maplit = "1.0.2" rand = "0.8.5" -test-case = "3.2.1" +test-case = "3.3.1" testcontainers = "0.15.0" testcontainers-modules = { version = "0.2.0", features = ["redis"] } tracing-test = "0.2.4"