build(deps): bump futures from 0.3.14 to 0.3.15 (#2144)
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.14...0.3.15) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
300ce12a29
commit
55b2127ddc
|
|
@ -1218,9 +1218,9 @@ checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
|
|||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253"
|
||||
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
|
@ -1233,9 +1233,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-channel"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25"
|
||||
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
|
|
@ -1243,9 +1243,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815"
|
||||
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
|
||||
|
||||
[[package]]
|
||||
name = "futures-cpupool"
|
||||
|
|
@ -1259,9 +1259,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d"
|
||||
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
|
|
@ -1270,16 +1270,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-io"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04"
|
||||
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
|
||||
|
||||
[[package]]
|
||||
name = "futures-macro"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b"
|
||||
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"proc-macro-hack",
|
||||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.7",
|
||||
|
|
@ -1288,22 +1289,23 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-sink"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23"
|
||||
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
|
||||
|
||||
[[package]]
|
||||
name = "futures-task"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc"
|
||||
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
|
||||
|
||||
[[package]]
|
||||
name = "futures-util"
|
||||
version = "0.3.14"
|
||||
version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025"
|
||||
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-io",
|
||||
|
|
@ -3723,7 +3725,7 @@ version = "0.2.6"
|
|||
dependencies = [
|
||||
"color-eyre",
|
||||
"ed25519-zebra",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"futures-core",
|
||||
"pin-project 0.4.27",
|
||||
"rand 0.8.1",
|
||||
|
|
@ -4417,7 +4419,7 @@ dependencies = [
|
|||
"equihash",
|
||||
"fpe",
|
||||
"funty",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"group",
|
||||
"halo2",
|
||||
"hex",
|
||||
|
|
@ -4457,7 +4459,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"color-eyre",
|
||||
"displaydoc",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"futures-util",
|
||||
"jubjub",
|
||||
"lazy_static",
|
||||
|
|
@ -4491,7 +4493,7 @@ dependencies = [
|
|||
"byteorder",
|
||||
"bytes 0.6.0",
|
||||
"chrono",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"hex",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
|
|
@ -4539,7 +4541,7 @@ dependencies = [
|
|||
"color-eyre",
|
||||
"dirs",
|
||||
"displaydoc",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"metrics",
|
||||
|
|
@ -4566,7 +4568,7 @@ name = "zebra-test"
|
|||
version = "1.0.0-alpha.8"
|
||||
dependencies = [
|
||||
"color-eyre",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"owo-colors 2.0.0",
|
||||
|
|
@ -4607,7 +4609,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"color-eyre",
|
||||
"dirs",
|
||||
"futures 0.3.14",
|
||||
"futures 0.3.15",
|
||||
"gumdrop",
|
||||
"hyper 0.14.0-dev",
|
||||
"inferno",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ license = "MIT"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.14"
|
||||
futures = "0.3.15"
|
||||
futures-core = "0.3.13"
|
||||
pin-project = "0.4.27"
|
||||
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing", "macros"] }
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ pairing = "0.19.0"
|
|||
rand = "0.8"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
|
||||
futures = "0.3.14"
|
||||
futures = "0.3.15"
|
||||
futures-util = "0.3.6"
|
||||
metrics = "0.13.0-alpha.8"
|
||||
thiserror = "1.0.24"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ lazy_static = "1.4.0"
|
|||
regex = "1"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
|
||||
futures = "0.3.14"
|
||||
futures = "0.3.15"
|
||||
metrics = "0.13.0-alpha.8"
|
||||
tower = { version = "0.4", features = ["buffer", "util"] }
|
||||
tracing = "0.1"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
tower = { version = "0.4", features = ["util"] }
|
||||
futures = "0.3.14"
|
||||
futures = "0.3.15"
|
||||
color-eyre = "0.5.11"
|
||||
tracing = "0.1.26"
|
||||
tracing-subscriber = "0.2.18"
|
||||
|
|
|
|||
Loading…
Reference in New Issue