Skip to content

Commit

Permalink
build(deps): update rust crate tokio to 1.42.0 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent ac173d3 commit 94ca014
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ thiserror = "2.0.3"
tracing = "0.1.41"
proptest = "1.5.0"
flume = "0.11.1"
tokio = { version = "1.41.1", features = ["macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio = { version = "1.42.0", features = ["macros", "parking_lot", "rt-multi-thread", "signal"] }

[profile.release]
lto = true
Expand Down

0 comments on commit 94ca014

Please sign in to comment.