Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 3761466

Browse files
Bump tokio from 1.21.2 to 1.24.2 in /rust (#21)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0386155 commit 3761466

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ opentelemetry-semantic-conventions = "0.9.0"
1515
r2d2 = "0.8.10"
1616
serde = { version = "1.0.143", features = ["derive"] }
1717
serde_json = "1.0.83"
18-
tokio = { version = "1.0", features = ["full"] }
18+
tokio = { version = "1.24", features = ["full"] }
1919
tracing = "0.1.36"
2020
tracing-bunyan-formatter = "0.3.3"
2121
tracing-opentelemetry = "0.18.0"

0 commit comments

Comments
 (0)