Skip to content

Commit

Permalink
Bump tokio from 1.21.0 to 1.23.1 in /rust_thruster_mt_bench (#313)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.21.0...tokio-1.23.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2023
1 parent e336a65 commit c2051bd
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 19 deletions.
92 changes: 74 additions & 18 deletions rust_thruster_mt_bench/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 rust_thruster_mt_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jemallocator = "0.5.0"
prost = "0.10.0"
thruster = { version = "1.2.5", features = ["hyper_server"] }
thruster-grpc = { git = "https://github.com/thruster-rs/thruster-grpc" }
tokio = { version = "1.21.0", features = ["parking_lot", "rt-multi-thread", "macros", "io-util"] }
tokio = { version = "1.23.1", features = ["parking_lot", "rt-multi-thread", "macros", "io-util"] }

futures = "0.3.24"

Expand Down

0 comments on commit c2051bd

Please sign in to comment.