diff --git a/Cargo.lock b/Cargo.lock index 97905112f..033441151 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3642,9 +3642,9 @@ dependencies = [ [[package]] name = "tracing-forest" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92bdb3c949c9e81b71f78ba782f956b896019d82cc2f31025d21e04adab4d695" +checksum = "f09cb459317a3811f76644334473239d696cd8efc606963ae7d1c308cead3b74" dependencies = [ "chrono", "serde", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index c39e58c85..50120902b 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -91,7 +91,7 @@ tracing-serde = "0.2.0" serial_test = "3.3.1" hyperlight-testing = { workspace = true } env_logger = "0.11.8" -tracing-forest = { version = "0.3.0", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] } +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-opentelemetry = "0.32.1"