diff --git a/Cargo.lock b/Cargo.lock index 43e76fd3..42127f84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ "tracing", "tracing-subscriber", "uuid", - "which 6.0.1", + "which 6.0.2", ] [[package]] @@ -5370,9 +5370,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" +checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075" dependencies = [ "either", "home", diff --git a/tests/contest/contest/Cargo.toml b/tests/contest/contest/Cargo.toml index 1d613fa4..c5bf8b4f 100644 --- a/tests/contest/contest/Cargo.toml +++ b/tests/contest/contest/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" tar = "0.4" test_framework = { path = "../test_framework" } uuid = "1.10" -which = "6.0.1" +which = "6.0.2" tempfile = "3" scopeguard = "1.2.0" tracing = { version = "0.1.40", features = ["attributes"]}