Skip to content

Commit

Permalink
Merge pull request #50 from elijah-potter/dependabot/cargo/tokio-1.36.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.35.1 to 1.36.0
  • Loading branch information
elijah-potter authored Mar 4, 2024
2 parents 3227580 + 25de9f8 commit 249ad90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -10,7 +10,7 @@ homepage = "https://github.com/chilipepperhott/harper"
[dependencies]
harper-core = { path = "../harper-core", version = "0.7.0" }
tower-lsp = "0.20.0"
tokio = { version = "1.35.1", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
tokio = { version = "1.36.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.1", features = ["derive"] }
once_cell = "1.19.0"
tree-sitter = "0.20.10"
Expand Down
2 changes: 1 addition & 1 deletion harper-serve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
axum = "0.6.20"
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.35.1", features = ["fs", "rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.36.0", features = ["fs", "rt", "rt-multi-thread", "macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
harper-core = { path = "../harper-core" }
Expand Down

0 comments on commit 249ad90

Please sign in to comment.