Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent a3c3b28 commit e362205
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 166 deletions.
170 changes: 89 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.34.0", features = ["macros", "rt-multi-thread"] }
Loading

0 comments on commit e362205

Please sign in to comment.