From affb8c0ddf9b49b911baef7c1a341116abc1a973 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 31 Aug 2024 08:01:44 +0000 Subject: [PATCH] chore(deps): update rust crate testcontainers to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bf1067ff..8e112cfe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ utoipa = { version = "4.2.3", features = [ "non_strict_integers", "uuid", ] } -testcontainers = "0.21.0" +testcontainers = "0.22.0" testcontainers-modules = "0.9.0" tokio = "1.39.3" tracing = "0.1.40"