mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
chore(deps): update rust crate signal-hook to 0.3.15
This commit is contained in:
parent
74b54074e1
commit
dd3a26b7a1
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2010,9 +2010,9 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "signal-hook"
|
name = "signal-hook"
|
||||||
version = "0.3.14"
|
version = "0.3.15"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"signal-hook-registry",
|
"signal-hook-registry",
|
||||||
|
|
|
@ -314,7 +314,7 @@ regex = "1.7.1"
|
||||||
rust-ini = "0.18.0"
|
rust-ini = "0.18.0"
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
selinux = "0.4"
|
selinux = "0.4"
|
||||||
signal-hook = "0.3.14"
|
signal-hook = "0.3.15"
|
||||||
smallvec = { version = "1.10", features = ["union"] }
|
smallvec = { version = "1.10", features = ["union"] }
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.4.0"
|
||||||
term_grid = "0.1.5"
|
term_grid = "0.1.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue