From b0b4ea360afacb387850c9649e53155843f4ad49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 03:12:13 +0000 Subject: [PATCH] Bump tracing-core from 0.1.35 to 0.1.36 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.36. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.35...tracing-core-0.1.36) --- updated-dependencies: - dependency-name: tracing-core dependency-version: 0.1.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_guest_tracing/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 2 +- src/hyperlight_testing/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 966d257ef..25bc092ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3679,9 +3679,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", "valuable", diff --git a/src/hyperlight_guest_tracing/Cargo.toml b/src/hyperlight_guest_tracing/Cargo.toml index 695c8d30b..1607c5f8c 100644 --- a/src/hyperlight_guest_tracing/Cargo.toml +++ b/src/hyperlight_guest_tracing/Cargo.toml @@ -13,7 +13,7 @@ description = """Provides the tracing functionality for the hyperlight guest.""" hyperlight-common = { workspace = true, default-features = false } spin = "0.10.0" tracing = { version = "0.1.43", default-features = false, features = ["attributes"] } -tracing-core = { version = "0.1.35", default-features = false } +tracing-core = { version = "0.1.36", default-features = false } [lints] workspace = true diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 19383bee9..e3527a650 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -38,7 +38,7 @@ log = "0.4.29" opentelemetry = { version = "0.31.0", optional = true } tracing = { version = "0.1.43", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.35" +tracing-core = "0.1.36" tracing-opentelemetry = { version = "0.32.0", optional = true } hyperlight-common = { workspace = true, default-features = true, features = [ "std", "init-paging" ] } hyperlight-guest-tracing = { workspace = true, default-features = true, optional = true } diff --git a/src/hyperlight_testing/Cargo.toml b/src/hyperlight_testing/Cargo.toml index 4334cb084..bf92c8d06 100644 --- a/src/hyperlight_testing/Cargo.toml +++ b/src/hyperlight_testing/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4" once_cell = "1.21" tracing = { version = "0.1.43", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.35" +tracing-core = "0.1.36" tracing-serde = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"