diff --git a/Cargo.lock b/Cargo.lock index 47c997d2e..05f824e68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3626,9 +3626,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" dependencies = [ "once_cell", "valuable", diff --git a/src/hyperlight_guest_tracing/Cargo.toml b/src/hyperlight_guest_tracing/Cargo.toml index 4b8a92a79..d5645f65a 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.41", default-features = false, features = ["attributes"] } -tracing-core = { version = "0.1.34", default-features = false } +tracing-core = { version = "0.1.35", default-features = false } [lints] workspace = true diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index d40f5180e..d9c4e165f 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -38,7 +38,7 @@ log = "0.4.28" opentelemetry = { version = "0.31.0", optional = true } tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.34" +tracing-core = "0.1.35" tracing-opentelemetry = { version = "0.32.0", optional = true } hyperlight-common = { workspace = true, default-features = true, features = [ "std" ] } 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 b88f97895..3d729835c 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.41", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.34" +tracing-core = "0.1.35" tracing-serde = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"