Update Rust crate tokio-tungstenite to 0.29.0
All checks were successful
Build and Test / sonic-transformed (push) Successful in 7m0s
Build and Test / mario-tennis (push) Successful in 7m17s
Build and Test / splatoon (push) Successful in 4m18s
Build and Test / fast-racing-neo (push) Successful in 4m45s
Build and Test / friends (push) Successful in 4m21s
Build and Test / puyopuyo (push) Successful in 5m18s
Build and Test / wii-sports-club (push) Successful in 5m32s
Build and Test / wii-u-chat (push) Successful in 5m3s
Build and Test / minecraft-wiiu (push) Successful in 6m4s
Build and Test / splatoon-testfire (push) Successful in 7m15s
Build and Test / super-mario-maker (push) Successful in 11m11s
All checks were successful
Build and Test / sonic-transformed (push) Successful in 7m0s
Build and Test / mario-tennis (push) Successful in 7m17s
Build and Test / splatoon (push) Successful in 4m18s
Build and Test / fast-racing-neo (push) Successful in 4m45s
Build and Test / friends (push) Successful in 4m21s
Build and Test / puyopuyo (push) Successful in 5m18s
Build and Test / wii-sports-club (push) Successful in 5m32s
Build and Test / wii-u-chat (push) Successful in 5m3s
Build and Test / minecraft-wiiu (push) Successful in 6m4s
Build and Test / splatoon-testfire (push) Successful in 7m15s
Build and Test / super-mario-maker (push) Successful in 11m11s
This commit is contained in:
parent
71007b4e3f
commit
a7e4742d64
2 changed files with 8 additions and 15 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
|
@ -1022,7 +1022,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1572,7 +1572,7 @@ dependencies = [
|
|||
"libc",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"socket2 0.5.10",
|
||||
"socket2 0.6.3",
|
||||
"tokio",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
|
|
@ -3229,9 +3229,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-tungstenite"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
|
||||
checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"log",
|
||||
|
|
@ -3318,9 +3318,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|||
|
||||
[[package]]
|
||||
name = "tungstenite"
|
||||
version = "0.28.0"
|
||||
version = "0.29.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
|
||||
checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"data-encoding",
|
||||
|
|
@ -3332,7 +3332,6 @@ dependencies = [
|
|||
"rustls-pki-types",
|
||||
"sha1 0.10.6",
|
||||
"thiserror",
|
||||
"utf-8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3430,12 +3429,6 @@ version = "2.1.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
||||
|
||||
[[package]]
|
||||
name = "utf-8"
|
||||
version = "0.7.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
||||
|
||||
[[package]]
|
||||
name = "utf8-zero"
|
||||
version = "0.8.1"
|
||||
|
|
@ -3628,7 +3621,7 @@ version = "0.1.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue