|
@ -908,9 +908,9 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures" |
|
|
name = "futures" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca" |
|
|
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-core", |
|
@ -922,9 +922,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-channel" |
|
|
name = "futures-channel" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888" |
|
|
checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"futures-sink", |
|
@ -932,9 +932,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
name = "futures-core" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" |
|
|
checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-intrusive" |
|
|
name = "futures-intrusive" |
|
@ -949,18 +949,16 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-io" |
|
|
name = "futures-io" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" |
|
|
checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-macro" |
|
|
name = "futures-macro" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb" |
|
|
checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.1", |
|
|
|
|
|
"proc-macro-hack", |
|
|
|
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
|
"syn", |
|
|
"syn", |
|
@ -968,15 +966,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-sink" |
|
|
name = "futures-sink" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11" |
|
|
checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-task" |
|
|
name = "futures-task" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99" |
|
|
checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-timer" |
|
|
name = "futures-timer" |
|
@ -986,11 +984,10 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-util" |
|
|
name = "futures-util" |
|
|
version = "0.3.17" |
|
|
version = "0.3.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481" |
|
|
checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.1", |
|
|
|
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-io", |
|
|
"futures-io", |
|
@ -1000,8 +997,6 @@ dependencies = [ |
|
|
"memchr", |
|
|
"memchr", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
"pin-utils", |
|
|
"proc-macro-hack", |
|
|
|
|
|
"proc-macro-nested", |
|
|
|
|
|
"slab", |
|
|
"slab", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1975,18 +1970,6 @@ dependencies = [ |
|
|
"version_check", |
|
|
"version_check", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "proc-macro-hack" |
|
|
|
|
|
version = "0.5.19" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "proc-macro-nested" |
|
|
|
|
|
version = "0.1.7" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
name = "proc-macro2" |
|
|
version = "1.0.32" |
|
|
version = "1.0.32" |
|
|