Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 2da0733 commit 31ecb4f
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 143 deletions.
167 changes: 86 additions & 81 deletions servers/reader/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 servers/reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
Loading

0 comments on commit 31ecb4f

Please sign in to comment.