Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1.43.0 (#535)
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 Jan 8, 2025
1 parent 596de83 commit 749067f
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 @@ -23,7 +23,7 @@ async-trait = "=0.1.85"
rand = "=0.8.5"
warp = "=0.3.7"
serde_path_to_error = "=0.1.16"
tokio = { version = "=1.42.0", features = ["full"] }
tokio = { version = "=1.43.0", features = ["full"] }
futures-util = "=0.3.31"
tokio-stream = "=0.1.17"
itertools = "=0.14.0"
Expand Down

0 comments on commit 749067f

Please sign in to comment.