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"