Upgrade which dependency to fix case on Windows (#6453)

This commit is contained in:
Reilly Wood
2022-08-31 09:50:18 -07:00
committed by GitHub
parent a098a27837
commit 11531b7630
2 changed files with 4 additions and 4 deletions

View File

@ -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 }