From 0dd64e3ac62160c789993dd578f41cbdbb803197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:02:46 +0000 Subject: [PATCH] Bump tracing-forest from 0.3.0 to 0.3.1 Bumps [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest) from 0.3.0 to 0.3.1. - [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits) --- updated-dependencies: - dependency-name: tracing-forest dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"