diff --git a/Cargo.lock b/Cargo.lock index a6cdce178e..c2c29a3168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6529,15 +6529,15 @@ dependencies = [ [[package]] name = "which" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" +checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" dependencies = [ "either", "home", "once_cell", "rustix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 62c531e70b..497c12068f 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -41,7 +41,7 @@ pathdiff = "0.2" sysinfo = "0.30" unicode-segmentation = "1.10" uuid = { version = "1.6.0", features = ["v4"] } -which = "5.0.0" +which = "6.0.0" [features] plugin = [] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 63ac897d2b..5e7508f045 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -95,7 +95,7 @@ uu_mktemp = "0.0.23" uuid = { version = "1.6", features = ["v4"] } v_htmlescape = "0.15.0" wax = { version = "0.6" } -which = { version = "5.0", optional = true } +which = { version = "6.0", optional = true } bracoxide = "0.1.2" chardetng = "0.1.17" diff --git a/crates/nu-test-support/Cargo.toml b/crates/nu-test-support/Cargo.toml index fb84f0b033..47c7e1cbaf 100644 --- a/crates/nu-test-support/Cargo.toml +++ b/crates/nu-test-support/Cargo.toml @@ -17,6 +17,6 @@ nu-glob = { path = "../nu-glob", version = "0.90.2" } nu-utils = { path = "../nu-utils", version = "0.90.2" } num-format = "0.4" -which = "5.0.0" +which = "6.0.0" tempfile = "3.2" hamcrest2 = "0.3"