Skip to content

Commit a48132b

Browse files
Merge pull request #301 from Automattic/dependabot/cargo/tokio-1.42.0
build(deps): bump tokio from 1.41.1 to 1.42.0
2 parents 23e19fc + 526730e commit a48132b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

harper-ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ harper-core = { path = "../harper-core", version = "0.12.0", features = ["concur
1212
harper-comments = { path = "../harper-comments", version = "0.12.0" }
1313
harper-html = { path = "../harper-html", version = "0.12.0" }
1414
tower-lsp = "0.20.0"
15-
tokio = { version = "1.41.1", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
15+
tokio = { version = "1.42.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
1616
clap = { version = "4.5.21", features = ["derive"] }
1717
once_cell = "1.20.2"
1818
dirs = "5.0.1"

0 commit comments

Comments
 (0)