this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate tungstenite to 0.28.0 (#55)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
0848d559 e5d986e2

+9 -9
+8 -8
Cargo.lock
··· 1158 1158 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1159 1159 dependencies = [ 1160 1160 "libc", 1161 - "windows-sys 0.52.0", 1161 + "windows-sys 0.61.2", 1162 1162 ] 1163 1163 1164 1164 [[package]] ··· 3446 3446 source = "registry+https://github.com/rust-lang/crates.io-index" 3447 3447 checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" 3448 3448 dependencies = [ 3449 - "windows-sys 0.60.2", 3449 + "windows-sys 0.61.2", 3450 3450 ] 3451 3451 3452 3452 [[package]] ··· 3640 3640 source = "registry+https://github.com/rust-lang/crates.io-index" 3641 3641 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3642 3642 dependencies = [ 3643 - "windows-sys 0.59.0", 3643 + "windows-sys 0.61.2", 3644 3644 ] 3645 3645 3646 3646 [[package]] ··· 4376 4376 "errno", 4377 4377 "libc", 4378 4378 "linux-raw-sys 0.11.0", 4379 - "windows-sys 0.52.0", 4379 + "windows-sys 0.61.2", 4380 4380 ] 4381 4381 4382 4382 [[package]] ··· 5023 5023 "getrandom 0.3.4", 5024 5024 "once_cell", 5025 5025 "rustix 1.1.2", 5026 - "windows-sys 0.52.0", 5026 + "windows-sys 0.61.2", 5027 5027 ] 5028 5028 5029 5029 [[package]] ··· 5404 5404 5405 5405 [[package]] 5406 5406 name = "tungstenite" 5407 - version = "0.26.2" 5407 + version = "0.28.0" 5408 5408 source = "registry+https://github.com/rust-lang/crates.io-index" 5409 - checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 5409 + checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 5410 5410 dependencies = [ 5411 5411 "bytes 1.10.1", 5412 5412 "data-encoding", ··· 5848 5848 source = "registry+https://github.com/rust-lang/crates.io-index" 5849 5849 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5850 5850 dependencies = [ 5851 - "windows-sys 0.52.0", 5851 + "windows-sys 0.61.2", 5852 5852 ] 5853 5853 5854 5854 [[package]]
+1 -1
Cargo.toml
··· 104 104 watchexec-events = { version = "5.0.1", optional = true } 105 105 serde = { version = "1.0.228", features = ["derive"] } 106 106 url = "2.5.7" 107 - tungstenite = { version = "0.26.2", optional = true } 107 + tungstenite = { version = "0.28.0", optional = true } 108 108 109 109 110 110 [dev-dependencies]