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 tokio to v1.51.1 (#453)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
7421ad02 16bf2590

+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.61.2", 71 + "windows-sys 0.60.2", 72 72 ] 73 73 74 74 [[package]] ··· 79 79 dependencies = [ 80 80 "anstyle", 81 81 "once_cell_polyfill", 82 - "windows-sys 0.61.2", 82 + "windows-sys 0.60.2", 83 83 ] 84 84 85 85 [[package]] ··· 670 670 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 671 671 dependencies = [ 672 672 "libc", 673 - "windows-sys 0.61.2", 673 + "windows-sys 0.60.2", 674 674 ] 675 675 676 676 [[package]] ··· 1153 1153 dependencies = [ 1154 1154 "hermit-abi", 1155 1155 "libc", 1156 - "windows-sys 0.61.2", 1156 + "windows-sys 0.60.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.61.2", 1456 + "windows-sys 0.60.2", 1457 1457 ] 1458 1458 1459 1459 [[package]] ··· 2000 2000 "errno", 2001 2001 "libc", 2002 2002 "linux-raw-sys", 2003 - "windows-sys 0.61.2", 2003 + "windows-sys 0.60.2", 2004 2004 ] 2005 2005 2006 2006 [[package]] ··· 2253 2253 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 2254 2254 dependencies = [ 2255 2255 "libc", 2256 - "windows-sys 0.61.2", 2256 + "windows-sys 0.60.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.61.2", 2588 + "windows-sys 0.60.2", 2589 2589 ] 2590 2590 2591 2591 [[package]] ··· 2595 2595 checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 2596 2596 dependencies = [ 2597 2597 "rustix", 2598 - "windows-sys 0.61.2", 2598 + "windows-sys 0.60.2", 2599 2599 ] 2600 2600 2601 2601 [[package]] ··· 2700 2700 2701 2701 [[package]] 2702 2702 name = "tokio" 2703 - version = "1.51.0" 2703 + version = "1.51.1" 2704 2704 source = "registry+https://github.com/rust-lang/crates.io-index" 2705 - checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" 2705 + checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" 2706 2706 dependencies = [ 2707 2707 "bytes", 2708 2708 "libc",