build(deps): bump futures from 0.3.23 to 0.3.24 (#5020)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.24.
- [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.23...0.3.24)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot] 2022-09-04 01:15:31 +00:00 committed by GitHub
parent 5405bc76d9
commit 9f85bb89ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

8
Cargo.lock generated
View File

@ -1700,9 +1700,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.3.23"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa"
checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
dependencies = [
"futures-channel",
"futures-core",
@ -1731,9 +1731,9 @@ checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
[[package]]
name = "futures-executor"
version = "0.3.23"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528"
checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
dependencies = [
"futures-core",
"futures-task",

View File

@ -6,7 +6,7 @@ license = "MIT"
edition = "2021"
[dependencies]
futures = "0.3.23"
futures = "0.3.24"
futures-core = "0.3.24"
pin-project = "1.0.10"
rayon = "1.5.3"

View File

@ -65,7 +65,7 @@ serde_with = "2.0.0"
serde-big-array = "0.4.1"
# Processing
futures = "0.3.23"
futures = "0.3.24"
itertools = "0.10.3"
rayon = "1.5.3"

View File

@ -25,7 +25,7 @@ lazy_static = "1.4.0"
once_cell = "1.14.0"
serde = { version = "1.0.144", features = ["serde_derive"] }
futures = "0.3.23"
futures = "0.3.24"
futures-util = "0.3.24"
metrics = "0.18.1"
thiserror = "1.0.33"

View File

@ -29,7 +29,7 @@ regex = "1.6.0"
serde = { version = "1.0.144", features = ["serde_derive"] }
thiserror = "1.0.33"
futures = "0.3.23"
futures = "0.3.24"
tokio = { version = "1.21.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] }

View File

@ -13,7 +13,7 @@ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl", "ze
[dependencies]
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std"] }
futures = "0.3.23"
futures = "0.3.24"
# lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.20", features = ["http1", "server"] }

View File

@ -13,7 +13,7 @@ bincode = "1.3.3"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std"] }
dirs = "4.0.0"
displaydoc = "0.2.3"
futures = "0.3.23"
futures = "0.3.24"
hex = "0.4.3"
itertools = "0.10.3"
lazy_static = "1.4.0"

View File

@ -19,7 +19,7 @@ regex = "1.6.0"
tokio = { version = "1.21.0", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.23"
futures = "0.3.24"
color-eyre = "0.6.1"
# This is a transitive dependency via color-eyre.

View File

@ -85,7 +85,7 @@ lazy_static = "1.4.0"
serde = { version = "1.0.144", features = ["serde_derive"] }
toml = "0.5.9"
futures = "0.3.23"
futures = "0.3.24"
rayon = "1.5.3"
tokio = { version = "1.21.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }