ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update rust crate signal-hook to v0.4.4 (#451)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
16bf2590 4cd4e0d7

+11 -11
+11 -11
Cargo.lock
··· 68 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 69 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 70 70 dependencies = [ 71 - "windows-sys 0.60.2", 71 + "windows-sys 0.61.2", 72 72 ] 73 73 74 74 [[package]] ··· 79 79 dependencies = [ 80 80 "anstyle", 81 81 "once_cell_polyfill", 82 - "windows-sys 0.60.2", 82 + "windows-sys 0.61.2", 83 83 ] 84 84 85 85 [[package]] ··· 670 670 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 671 671 dependencies = [ 672 672 "libc", 673 - "windows-sys 0.60.2", 673 + "windows-sys 0.61.2", 674 674 ] 675 675 676 676 [[package]] ··· 1153 1153 dependencies = [ 1154 1154 "hermit-abi", 1155 1155 "libc", 1156 - "windows-sys 0.60.2", 1156 + "windows-sys 0.61.2", 1157 1157 ] 1158 1158 1159 1159 [[package]] ··· 1453 1453 source = "registry+https://github.com/rust-lang/crates.io-index" 1454 1454 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1455 1455 dependencies = [ 1456 - "windows-sys 0.60.2", 1456 + "windows-sys 0.61.2", 1457 1457 ] 1458 1458 1459 1459 [[package]] ··· 2000 2000 "errno", 2001 2001 "libc", 2002 2002 "linux-raw-sys", 2003 - "windows-sys 0.60.2", 2003 + "windows-sys 0.61.2", 2004 2004 ] 2005 2005 2006 2006 [[package]] ··· 2181 2181 2182 2182 [[package]] 2183 2183 name = "signal-hook" 2184 - version = "0.4.3" 2184 + version = "0.4.4" 2185 2185 source = "registry+https://github.com/rust-lang/crates.io-index" 2186 - checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" 2186 + checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 2187 2187 dependencies = [ 2188 2188 "libc", 2189 2189 "signal-hook-registry", ··· 2253 2253 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 2254 2254 dependencies = [ 2255 2255 "libc", 2256 - "windows-sys 0.60.2", 2256 + "windows-sys 0.61.2", 2257 2257 ] 2258 2258 2259 2259 [[package]] ··· 2585 2585 "getrandom 0.4.2", 2586 2586 "once_cell", 2587 2587 "rustix", 2588 - "windows-sys 0.60.2", 2588 + "windows-sys 0.61.2", 2589 2589 ] 2590 2590 2591 2591 [[package]] ··· 2595 2595 checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 2596 2596 dependencies = [ 2597 2597 "rustix", 2598 - "windows-sys 0.60.2", 2598 + "windows-sys 0.61.2", 2599 2599 ] 2600 2600 2601 2601 [[package]]