diff --git a/Cargo.lock b/Cargo.lock index 707a19636..8d12d7c31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" dependencies = [ "anstream", "anstyle", @@ -1071,6 +1071,7 @@ dependencies = [ "buddy_system_allocator", "cc", "cfg-if", + "glob", "hyperlight-common", "log", "serde_json", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index d25062ff1..fb28948a0 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -87,7 +87,7 @@ crossbeam-queue = "0.3.12" tracing-serde = "0.2.0" serial_test = "3.1.1" hyperlight-testing = { workspace = true } -env_logger = "0.11.5" +env_logger = "0.11.6" tracing-forest = { version = "0.1.6", features = ["uuid", "chrono", "smallvec", "serde", "env-filter"] } tracing = "0.1.41" tracing-subscriber = {version = "0.3.19", features = ["std", "env-filter"]}