diff --git a/Cargo.lock b/Cargo.lock index ba3889230..f29b935fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2848,9 +2848,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 04bcda76b..7f65fd9ca 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -100,7 +100,7 @@ opentelemetry = "0.28" opentelemetry-otlp = { version = "0.28", features = ["default", "grpc-tonic"] } opentelemetry-semantic-conventions = "0.29" opentelemetry_sdk = { version = "0.28", features = ["rt-tokio"] } -tokio = { version = "1.44.1", features = ["full"] } +tokio = { version = "1.44.2", features = ["full"] } criterion = "0.5.1" tracing-chrome = "0.7.2"