mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Bump which from 5.0.0 to 6.0.0 (#11832)
This commit is contained in:
parent
a20b24a712
commit
317653d5d2
4 changed files with 6 additions and 6 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -6529,15 +6529,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "which"
|
name = "which"
|
||||||
version = "5.0.0"
|
version = "6.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14"
|
checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"home",
|
"home",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix",
|
"rustix",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -41,7 +41,7 @@ pathdiff = "0.2"
|
||||||
sysinfo = "0.30"
|
sysinfo = "0.30"
|
||||||
unicode-segmentation = "1.10"
|
unicode-segmentation = "1.10"
|
||||||
uuid = { version = "1.6.0", features = ["v4"] }
|
uuid = { version = "1.6.0", features = ["v4"] }
|
||||||
which = "5.0.0"
|
which = "6.0.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
plugin = []
|
plugin = []
|
||||||
|
|
|
@ -95,7 +95,7 @@ uu_mktemp = "0.0.23"
|
||||||
uuid = { version = "1.6", features = ["v4"] }
|
uuid = { version = "1.6", features = ["v4"] }
|
||||||
v_htmlescape = "0.15.0"
|
v_htmlescape = "0.15.0"
|
||||||
wax = { version = "0.6" }
|
wax = { version = "0.6" }
|
||||||
which = { version = "5.0", optional = true }
|
which = { version = "6.0", optional = true }
|
||||||
bracoxide = "0.1.2"
|
bracoxide = "0.1.2"
|
||||||
chardetng = "0.1.17"
|
chardetng = "0.1.17"
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,6 @@ nu-glob = { path = "../nu-glob", version = "0.90.2" }
|
||||||
nu-utils = { path = "../nu-utils", version = "0.90.2" }
|
nu-utils = { path = "../nu-utils", version = "0.90.2" }
|
||||||
|
|
||||||
num-format = "0.4"
|
num-format = "0.4"
|
||||||
which = "5.0.0"
|
which = "6.0.0"
|
||||||
tempfile = "3.2"
|
tempfile = "3.2"
|
||||||
hamcrest2 = "0.3"
|
hamcrest2 = "0.3"
|
||||||
|
|
Loading…
Reference in a new issue