From ce8ed0c6105c30656baa266c639995385aa27a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:44:39 +0000 Subject: [PATCH] chore(deps): update rust crate testcontainers to 0.23.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d848dd..be10228 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.86" hyper-util = { version = "0.1.7", features = ["tokio"] } prost = "0.13.1" prost-types = "0.13.1" -testcontainers = "0.22.0" +testcontainers = "0.23.0" tokio = { version = "1.39.2", features = ["full"] } tonic = { version = "0.12.1", features = ["transport", "tls", "tls-roots"]} tower = { version = "0.5.0", features = ["util"] }