Skip to content

Commit 205c0de

Browse files
Bump tokio from 1.43.1 to 1.45.1 in /rust_wtx_bench (#526)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.1 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.1...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c01bae commit 205c0de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust_wtx_bench/Cargo.lock

Lines changed: 2 additions & 2 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.43" }
7+
tokio = { default-features = false, features = ["parking_lot", "rt-multi-thread"], version = "1.45" }
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)