From 3e460c148a94ce659eef13a6047bacdbcba2166e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:36:44 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.30 to 0.4.31 Bumps [log](https://github.com/rust-lang/log) from 0.4.30 to 0.4.31. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.30...0.4.31) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_common/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"