Skip to content

Commit

Permalink
Remove mio from okio features to address vulnerability tokio-rs/tokio…
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Mar 16, 2024
1 parent a067d5a commit 5771266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 61 deletions.
64 changes: 4 additions & 60 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 crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tower-lsp = "0.20.0"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "io-std", "time"] }

0 comments on commit 5771266

Please sign in to comment.