From 5cea76b33bc10c7e6c30153aa196b232b6463720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 03:13:38 +0000 Subject: [PATCH] Bump signal-hook-registry from 1.4.7 to 1.4.8 Bumps [signal-hook-registry](https://github.com/vorner/signal-hook) from 1.4.7 to 1.4.8. - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/registry-v1.4.7...registry-v1.4.8) --- updated-dependencies: - dependency-name: signal-hook-registry dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d3b1ddc0..2ff40796c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3234,10 +3234,11 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.7" +version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" dependencies = [ + "errno", "libc", ] diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index eb25b748c..36c6c2be0 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -82,7 +82,7 @@ mshv-ioctls = { version = "0.6", optional = true} [dev-dependencies] uuid = { version = "1.19.0", features = ["v4"] } -signal-hook-registry = "1.4.7" +signal-hook-registry = "1.4.8" serde = "1.0" proptest = "1.9.0" tempfile = "3.24.0"