From 03a8a544426b77fc0639a217097a83f88cfba46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:36:00 +0000 Subject: [PATCH] Bump tokio from 1.41.1 to 1.42.0 (#95) --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d5ab033..4fb40458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,9 +2644,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 5c0067ae..c11483d5 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -95,7 +95,7 @@ opentelemetry = "0.27.0" opentelemetry-otlp = { version = "0.27.0", features = ["default"] } opentelemetry-semantic-conventions = "0.27.0" opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] } -tokio = { version = "1.34.0", features = ["full"] } +tokio = { version = "1.42.0", features = ["full"] } criterion = "0.5.1" tracing-chrome = "0.7.2"