From 9c2cdc7331c7ec9b6539a18bfcaaaab375f19c33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:46:42 +0000 Subject: [PATCH] chore(deps): update rust crate test-with to 0.17.0 --- crates/env-var/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/env-var/Cargo.toml b/crates/env-var/Cargo.toml index 75500ef..ec9508c 100644 --- a/crates/env-var/Cargo.toml +++ b/crates/env-var/Cargo.toml @@ -21,7 +21,7 @@ async-trait = "0.1.89" tokio = { version = "1.48.0", features = ["full"] } cucumber = "0.23.0" futures = "0.3.31" -test-with = { version = "0.16.3", features = ["runtime"] } +test-with = { version = "0.17.0", features = ["runtime"] } libtest-with = { version = "0.8.1-14" } temp-env = "0.3"