Skip to content

Commit

Permalink
Merge pull request #301 from Automattic/dependabot/cargo/tokio-1.42.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.41.1 to 1.42.0
  • Loading branch information
elijah-potter authored Dec 4, 2024
2 parents 23e19fc + 526730e commit a48132b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ harper-core = { path = "../harper-core", version = "0.12.0", features = ["concur
harper-comments = { path = "../harper-comments", version = "0.12.0" }
harper-html = { path = "../harper-html", version = "0.12.0" }
tower-lsp = "0.20.0"
tokio = { version = "1.41.1", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
tokio = { version = "1.42.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.21", features = ["derive"] }
once_cell = "1.20.2"
dirs = "5.0.1"
Expand Down

0 comments on commit a48132b

Please sign in to comment.