Skip to content

Commit

Permalink
Update Rust crate tokio to 1.31.0 (#202)
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 Aug 13, 2023
1 parent 6e1f8a4 commit 2fe3753
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 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 @@ -7,7 +7,7 @@ readme = "README.md"

[dependencies]
# Runtime
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }

# Serde
serde = { version = "1.0.183", features = ["derive"] }
Expand Down

0 comments on commit 2fe3753

Please sign in to comment.