Skip to content

Commit 60a1fe0

Browse files
committed
Update tokio dependency
Resolves a vulnerability warning in the dependency, which does not affect crates-lsp
1 parent b135e84 commit 60a1fe0

File tree

3 files changed

+63
-57
lines changed

3 files changed

+63
-57
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.1.7
4+
5+
### Fixed
6+
7+
* Updated tokio dependency. Resolves a vulnerability warning, which does not affect crates-lsp.
8+
39
## 0.1.6
410

511
### Fixed

Cargo.lock

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-lsp"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
keywords = ["crates", "cargo", "lsp"]
66
description = "Language Server Protocol implementation for Cargo.toml manifests."
@@ -9,7 +9,7 @@ license = "MIT"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
tokio = { version = "1.29.1", features = ["rt", "macros", "io-std"] }
12+
tokio = { version = "1.44.2", features = ["rt", "macros", "io-std"] }
1313
tower-lsp = "0.20.0"
1414
async-trait = "0.1"
1515

0 commit comments

Comments
 (0)