diff options
author | dependabot[bot] | 2023-07-25 01:04:01 +0000 |
---|---|---|
committer | GitHub | 2023-07-25 01:04:01 +0000 |
commit | b266628c17efad2b572364fea50144669c4c385b (patch) | |
tree | 384cc74c3d98655eb1032fd90d3723c1ec82f3fd | |
parent | 00dc2051085b16e43c6be2bcd01478cee1238efc (diff) |
build(deps): bump signal-hook from 0.3.16 to 0.3.17 (#7728)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2024,9 +2024,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" [[package]] name = "signal-hook" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b824b6e687aff278cdbf3b36f07aa52d4bd4099699324d5da86a2ebce3aa00b3" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" dependencies = [ "libc", "signal-hook-registry", |