From e13eccee5efe2ff111168d034ab9d75fe8d9206f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:27:55 -0700 Subject: [PATCH] chore(deps): update rust crate testcontainers to 0.23 (#231) Co-authored-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 2bee1203..2f4753cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ tree-sitter = [ [dev-dependencies] base64 = "0.22.1" tokio-test = "0.4.4" -testcontainers = "0.22" +testcontainers = "0.23" [build-dependencies] cc = { version = "1", optional = true }