this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate tokio to 1.48.0 (#49)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
b31e3e6d 9f202bc3

+7 -7
+6 -6
Cargo.lock
··· 1159 1159 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1160 1160 dependencies = [ 1161 1161 "libc", 1162 - "windows-sys 0.61.2", 1162 + "windows-sys 0.52.0", 1163 1163 ] 1164 1164 1165 1165 [[package]] ··· 3447 3447 source = "registry+https://github.com/rust-lang/crates.io-index" 3448 3448 checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" 3449 3449 dependencies = [ 3450 - "windows-sys 0.61.2", 3450 + "windows-sys 0.60.2", 3451 3451 ] 3452 3452 3453 3453 [[package]] ··· 3641 3641 source = "registry+https://github.com/rust-lang/crates.io-index" 3642 3642 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3643 3643 dependencies = [ 3644 - "windows-sys 0.61.2", 3644 + "windows-sys 0.59.0", 3645 3645 ] 3646 3646 3647 3647 [[package]] ··· 4383 4383 "errno", 4384 4384 "libc", 4385 4385 "linux-raw-sys 0.11.0", 4386 - "windows-sys 0.61.2", 4386 + "windows-sys 0.52.0", 4387 4387 ] 4388 4388 4389 4389 [[package]] ··· 5030 5030 "getrandom 0.3.4", 5031 5031 "once_cell", 5032 5032 "rustix 1.1.2", 5033 - "windows-sys 0.61.2", 5033 + "windows-sys 0.52.0", 5034 5034 ] 5035 5035 5036 5036 [[package]] ··· 5849 5849 source = "registry+https://github.com/rust-lang/crates.io-index" 5850 5850 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5851 5851 dependencies = [ 5852 - "windows-sys 0.61.2", 5852 + "windows-sys 0.52.0", 5853 5853 ] 5854 5854 5855 5855 [[package]]
+1 -1
Cargo.toml
··· 100 100 watchexec = { version = "6.0.0", optional = true } 101 101 miette = { version = "7.6.0", optional = true } 102 102 watchexec-signals = { version = "4.0.1", optional = true } 103 - tokio = { version = "1.44.1", optional = true } 103 + tokio = { version = "1.48.0", optional = true } 104 104 watchexec-events = { version = "5.0.0", optional = true } 105 105 serde = { version = "1.0.228", features = ["derive"] } 106 106 url = "2.5.4"