update which crate to 5.0.0 (#8902)

* update which crate to 5.0.0

* update which crate to 5.0.0
This commit is contained in:
Davide Ferrero 2023-11-25 17:37:00 +01:00 committed by GitHub
parent 8c68074fa6
commit 3f9788daaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 49 deletions

View file

@ -34,7 +34,7 @@ helix-loader = { version = "0.6", path = "../helix-loader" }
anyhow = "1"
once_cell = "1.18"
which = "4.4"
which = "5.0.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }