diff --git a/Cargo.lock b/Cargo.lock index a66cc56dd..7e59e4f56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3764,9 +3764,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 7418c934c..9352aef1b 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -94,7 +94,7 @@ hyperlight-testing = { workspace = true } env_logger = "0.11.8" 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"]} +tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]} tracing-opentelemetry = "0.32.1" opentelemetry = "0.31.0" opentelemetry-otlp = { version = "0.31.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }