Skip to content

Commit 6e4e9b7

Browse files
Bump tokio from 1.41.0 to 1.43.1 in /rust_wtx_bench
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18b722e commit 6e4e9b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rust_wtx_bench/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust_wtx_bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/main.rs"
44

55
[dependencies]
66
quick-protobuf = { default-features = false, version = "0.8" }
7-
tokio = { default-features = false, features = ["parking_lot", "rt-multi-thread"], version = "1.0" }
7+
tokio = { default-features = false, features = ["parking_lot", "rt-multi-thread"], version = "1.43" }
88
wtx = { default-features = false, features = ["grpc-server", "http", "nightly", "optimization", "quick-protobuf", "tokio"], version = "0.25" }
99

1010
[build-dependencies]

0 commit comments

Comments
 (0)