diff --git a/Cargo.lock b/Cargo.lock index 6f712f351..5b9da8f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2846,9 +2846,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index be78ea7b2..f876fd294 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -37,7 +37,7 @@ log = "0.4.20" once_cell = { version = "1.18.0" } tracing = { version = "0.1.37", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.31" +tracing-core = "0.1.33" hyperlight-common = { workspace = true, default-features = true } vmm-sys-util = "0.12.1" crossbeam = "0.8.0" diff --git a/src/hyperlight_testing/Cargo.toml b/src/hyperlight_testing/Cargo.toml index 78b883f5d..46b468222 100644 --- a/src/hyperlight_testing/Cargo.toml +++ b/src/hyperlight_testing/Cargo.toml @@ -8,7 +8,7 @@ log = "0.4" once_cell = "1.19" tracing = { version = "0.1.37", features = ["log"] } tracing-log = "0.2.0" -tracing-core = "0.1.17" +tracing-core = "0.1.33" tracing-serde = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"