Skip to content

Commit d8ee8d0

Browse files
Merge pull request #371 from Automattic/dependabot/cargo/tokio-1.43.0
build(deps): bump tokio from 1.42.0 to 1.43.0
2 parents 569a511 + dfd73b7 commit d8ee8d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -13,7 +13,7 @@ harper-core = { path = "../harper-core", version = "0.15.0", features = ["concur
1313
harper-comments = { path = "../harper-comments", version = "0.15.0" }
1414
harper-html = { path = "../harper-html", version = "0.15.0" }
1515
tower-lsp = "0.20.0"
16-
tokio = { version = "1.42.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
16+
tokio = { version = "1.43.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
1717
clap = { version = "4.5.23", features = ["derive"] }
1818
once_cell = "1.20.2"
1919
dirs = "6.0.0"

0 commit comments

Comments
 (0)