Skip to content

Commit

Permalink
chore: bump signal-hook from 0.3.12 to 0.3.13 (solana-labs#22037)
Browse files Browse the repository at this point in the history
Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/vorner/signal-hook/releases)
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@v0.3.12...v0.3.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2021
1 parent 2347f65 commit 3356c6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jemallocator = {package = "tikv-jemallocator", version = "0.4.1", features = ["u
assert_cmd = "2.0"

[target."cfg(unix)".dependencies]
signal-hook = "0.3.12"
signal-hook = "0.3.13"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jemallocator = {package = "tikv-jemallocator", version = "0.4.1", features = ["u

[target."cfg(unix)".dependencies]
libc = "0.2.112"
signal-hook = "0.3.12"
signal-hook = "0.3.13"
sysctl = "0.4.3"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 3356c6a

Please sign in to comment.