diff options
author | Davide Ferrero | 2023-11-25 16:37:00 +0000 |
---|---|---|
committer | GitHub | 2023-11-25 16:37:00 +0000 |
commit | 3f9788daaa0669a81e218d18636f9abb285b6c15 (patch) | |
tree | bcefd13f99c630f5808da2d06bb15d791121575a /helix-dap | |
parent | 8c68074fa6d2e3771bbc1a7f80bc9b422a787da4 (diff) |
update which crate to 5.0.0 (#8902)
* update which crate to 5.0.0
* update which crate to 5.0.0
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index d42ce23f..1aa69eca 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "net", "sync"] } -which = "4.4" +which = "5.0.0" [dev-dependencies] fern = "0.6" |