From 0c135d4354ee48acb51b715056a04cdd3f0a3204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:13:57 +0000 Subject: [PATCH] build(deps): bump tokio from 1.38.0 to 1.38.2 in /src/shipping Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/shipping/Cargo.lock | 6 +++--- src/shipping/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shipping/Cargo.lock b/src/shipping/Cargo.lock index a73020c8e8..8bf1c29504 100644 --- a/src/shipping/Cargo.lock +++ b/src/shipping/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1340,9 +1340,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "bytes", diff --git a/src/shipping/Cargo.toml b/src/shipping/Cargo.toml index 59152ee6b5..7e2f5517e9 100644 --- a/src/shipping/Cargo.toml +++ b/src/shipping/Cargo.toml @@ -18,7 +18,7 @@ tonic-health = "0.11.0" reqwest = { version = "0.11", default-features = false, features = ["json"] } prost = "0.12" prost-types = "0.12" -tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] } opentelemetry = { version = "0.22", features = ["trace"] } opentelemetry_sdk = { version = "0.22", features = ["rt-tokio"]} opentelemetry-semantic-conventions = "0.15.0"