mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Upgrade which
dependency to fix case on Windows (#6453)
This commit is contained in:
@ -86,7 +86,7 @@ toml = "0.5.8"
|
||||
unicode-segmentation = "1.8.0"
|
||||
url = "2.2.1"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
which = { version = "4.2.2", optional = true }
|
||||
which = { version = "4.3.0", optional = true }
|
||||
reedline = { version = "0.10.0", features = ["bashisms", "sqlite"]}
|
||||
wax = { version = "0.5.0", features = ["diagnostics"] }
|
||||
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
|
||||
|
Reference in New Issue
Block a user