diff --git a/Cargo.lock b/Cargo.lock index 5c28f321..c5c1cdab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3274,9 +3274,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index a93f06da..b7c3cea0 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -86,7 +86,7 @@ opentelemetry = "0.31.0" opentelemetry-otlp = { version = "0.31.0", 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.49.0", features = ["full"] } +tokio = { version = "1.50.0", features = ["full"] } tracing-forest = { version = "0.3.1", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] } tracing = "0.1.44" tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]}