diff --git a/Cargo.lock b/Cargo.lock index 62280bbbb..f907925f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,9 +2082,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" [[package]] name = "loom" diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index 4ea18a6b2..520c76e21 100644 --- a/src/hyperlight_common/Cargo.toml +++ b/src/hyperlight_common/Cargo.toml @@ -20,7 +20,7 @@ anyhow = { version = "1.0.102", default-features = false } bitflags = "2.10.0" bytemuck = { version = "1.24", features = ["derive"] } flatbuffers = { version = "25.12.19", default-features = false } -log = "0.4.30" +log = "0.4.31" smallvec = "1.15.1" spin = "0.12.0" thiserror = { version = "2.0.18", default-features = false } diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 2c19e4082..e9c0d60bd 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -35,7 +35,7 @@ bytemuck = { version = "1.24", features = ["derive"] } page_size = "0.6.0" termcolor = "1.2.0" bitflags = "2.11.1" -log = "0.4.30" +log = "0.4.31" opentelemetry = { version = "0.32.0", optional = true } tracing = { version = "0.1.44", features = ["log"] } tracing-log = "0.2.0"