diff --git a/Cargo.lock b/Cargo.lock index ac7130b9b..fe835b7d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3711,9 +3711,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index fa6957bf5..8e145b07f 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -93,7 +93,7 @@ hyperlight-testing = { workspace = true } env_logger = "0.11.8" tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] } tracing = "0.1.43" -tracing-subscriber = {version = "0.3.20", features = ["std", "env-filter"]} +tracing-subscriber = {version = "0.3.22", features = ["std", "env-filter"]} tracing-opentelemetry = "0.32.0" opentelemetry = "0.31.0" opentelemetry-otlp = { version = "0.31.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }