Update Rust crate futures to v0.3.33
All checks were successful
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 5m18s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 5m31s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 5m26s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m22s
Build and Test / build-editions (mario-tennis) (push) Successful in 5m22s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 5m30s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 5m26s
Build and Test / build-editions (terraria) (push) Successful in 7m42s
Build and Test / build-editions (splatoon) (push) Successful in 10m16s
Build and Test / build-editions (sonic-transformed) (push) Successful in 11m11s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 8m57s
Build and Test / build-editions (wii-u-chat) (push) Successful in 7m38s
All checks were successful
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 5m18s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 5m31s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 5m26s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m22s
Build and Test / build-editions (mario-tennis) (push) Successful in 5m22s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 5m30s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 5m26s
Build and Test / build-editions (terraria) (push) Successful in 7m42s
Build and Test / build-editions (splatoon) (push) Successful in 10m16s
Build and Test / build-editions (sonic-transformed) (push) Successful in 11m11s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 8m57s
Build and Test / build-editions (wii-u-chat) (push) Successful in 7m38s
This commit is contained in:
parent
66ebc2a9f0
commit
cc2f27ea7d
1 changed files with 18 additions and 18 deletions
36
Cargo.lock
generated
36
Cargo.lock
generated
|
|
@ -896,9 +896,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
||||
checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
|
@ -911,9 +911,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-channel"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
||||
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
|
|
@ -921,15 +921,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
||||
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
||||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
||||
checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
|
|
@ -949,15 +949,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-io"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
||||
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
|
||||
|
||||
[[package]]
|
||||
name = "futures-macro"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
||||
checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -966,21 +966,21 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-sink"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
||||
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
|
||||
|
||||
[[package]]
|
||||
name = "futures-task"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
||||
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
||||
|
||||
[[package]]
|
||||
name = "futures-util"
|
||||
version = "0.3.32"
|
||||
version = "0.3.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
||||
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
|
|
|||
Loading…
Reference in a new issue