diff --git a/Cargo.lock b/Cargo.lock index daa0567ae..a5320c407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3329,9 +3329,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" dependencies = [ "once_cell", "valuable", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 0717b1e7e..2d5e54b6b 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -32,7 +32,7 @@ bitflags = "2.9.1" log = "0.4.27" tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.33" +tracing-core = "0.1.34" hyperlight-common = { workspace = true, default-features = true, features = [ "std" ] } vmm-sys-util = "0.14.0" crossbeam = "0.8.0" diff --git a/src/hyperlight_testing/Cargo.toml b/src/hyperlight_testing/Cargo.toml index 1c101fe12..4abe98b5f 100644 --- a/src/hyperlight_testing/Cargo.toml +++ b/src/hyperlight_testing/Cargo.toml @@ -9,7 +9,7 @@ log = "0.4" once_cell = "1.21" tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.33" +tracing-core = "0.1.34" tracing-serde = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"