Skip to content

Commit

Permalink
Merge pull request #43 from shved/dependabot/cargo/tokio-1.43.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.42.0 to 1.43.0
  • Loading branch information
shved authored Jan 9, 2025
2 parents cfea702 + 8ad352c commit 8615529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ bytes = "1.9.0"
clap = { version = "4.5.26", features = ["derive"] }
crc32fast = "1.4.2"
futures = { version = "0.3.31", features = ["thread-pool"] }
tokio = { version = "1.42.0", features = ["full", "tracing"] }
tokio = { version = "1.43.0", features = ["full", "tracing"] }
tokio-stream = { version = "0.1.17", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["full"] }
tracing = "0.1.41"
Expand Down

0 comments on commit 8615529

Please sign in to comment.