Skip to content

Commit

Permalink
Bump tokio to version 1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Dec 13, 2024
1 parent dc95f0e commit 3ee3880
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ unused_async = "deny"
hickory-proto = "0.24.2"
hickory-resolver = "0.24.2"
hickory-server = { version = "0.24.2", features = ["resolver"] }
tokio = { version = "1.8" }
tokio = { version = "1.42" }
parity-tokio-ipc = "0.9"
futures = "0.3.15"
# Tonic and related crates
Expand Down
4 changes: 2 additions & 2 deletions test/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 test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ unused_async = "deny"

[workspace.dependencies]
futures = "0.3"
tokio = { version = "1.8", features = [
tokio = { version = "1.42", features = [
"macros",
"rt",
"process",
Expand Down

0 comments on commit 3ee3880

Please sign in to comment.