build: Bump signal-hook from 0.3.17 to 0.3.18

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.17 to 0.3.18.
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/signal-hook/compare/v0.3.17...v0.3.18)

---
updated-dependencies:
- dependency-name: signal-hook
  dependency-version: 0.3.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-21 23:50:15 +00:00
committed by cloud-hypervisor-bot
parent d172a5dddb
commit a6370b74d9
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ seccompiler = { workspace = true }
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = { workspace = true }
serial_buffer = { path = "../serial_buffer" }
signal-hook = "0.3.17"
signal-hook = "0.3.18"
thiserror = "2.0.6"
tracer = { path = "../tracer" }
uuid = "1.12.1"