From 831404406c680e791783b43ff76e05a800d1478d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 09:18:10 +0000 Subject: [PATCH] chore(deps): update rust crate signal-hook to 0.3.16 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68112a72bda..ea86e2e5c06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2027,9 +2027,9 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" [[package]] name = "signal-hook" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" +checksum = "b824b6e687aff278cdbf3b36f07aa52d4bd4099699324d5da86a2ebce3aa00b3" dependencies = [ "libc", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index f2500daf285..e91447b3649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -316,7 +316,7 @@ rust-ini = "0.19.0" same-file = "1.0.6" self_cell = "1.0.1" selinux = "0.4" -signal-hook = "0.3.15" +signal-hook = "0.3.16" smallvec = { version = "1.11", features = ["union"] } tempfile = "3.6.0" term_grid = "0.1.5"