diff --git a/Cargo.lock b/Cargo.lock index b20363eba..8c38dde6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3526,9 +3526,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 3c34f40ee..f2f54008e 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -99,7 +99,7 @@ opentelemetry = "0.31.0" opentelemetry-otlp = { version = "0.31.1", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] } opentelemetry-semantic-conventions = "0.31" opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] } -tokio = { version = "1.52.1", features = ["full"] } +tokio = { version = "1.52.2", features = ["full"] } criterion = "0.8.2" tracing-chrome = "0.7.2" metrics-util = "0.20.3"