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"