Skip to content

Commit

Permalink
update which crate to 5.0.0 (#8902)
Browse files Browse the repository at this point in the history
* update which crate to 5.0.0

* update which crate to 5.0.0
  • Loading branch information
deid84 authored Nov 25, 2023
1 parent 8c68074 commit 3f9788d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 49 deletions.
51 changes: 7 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion helix-dap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helix-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ etcetera = "0.8"
tree-sitter.workspace = true
once_cell = "1.18"
log = "0.4"
which = "4.4"
which = "5.0.0"

# TODO: these two should be on !wasm32 only

Expand Down
2 changes: 1 addition & 1 deletion helix-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.34", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.14"
which = "4.4"
which = "5.0.0"
parking_lot = "0.12.1"
2 changes: 1 addition & 1 deletion helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion helix-view/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde_json = "1.0"
toml = "0.7"
log = "~0.4"

which = "4.4"
which = "5.0.0"
parking_lot = "0.12.1"


Expand Down

0 comments on commit 3f9788d

Please sign in to comment.