build(deps): bump futures from 0.3.27 to 0.3.28 (#6442)

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

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

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] 2023-04-03 04:00:53 +00:00 committed by GitHub
parent 6795656b79
commit 3b259b1746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

View File

@ -1508,9 +1508,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.3.27"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
@ -1539,9 +1539,9 @@ checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"
version = "0.3.27"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",

View File

@ -6,7 +6,7 @@ license = "MIT"
edition = "2021"
[dependencies]
futures = "0.3.27"
futures = "0.3.28"
futures-core = "0.3.28"
pin-project = "1.0.12"
rayon = "1.7.0"

View File

@ -79,7 +79,7 @@ serde_with = "2.3.1"
serde-big-array = "0.5.1"
# Processing
futures = "0.3.27"
futures = "0.3.28"
itertools = "0.10.5"
rayon = "1.7.0"

View File

@ -35,7 +35,7 @@ lazy_static = "1.4.0"
once_cell = "1.17.1"
serde = { version = "1.0.159", features = ["serde_derive"] }
futures = "0.3.27"
futures = "0.3.28"
futures-util = "0.3.28"
metrics = "0.20.1"
thiserror = "1.0.40"

View File

@ -30,7 +30,7 @@ regex = "1.7.3"
serde = { version = "1.0.159", features = ["serde_derive"] }
thiserror = "1.0.40"
futures = "0.3.27"
futures = "0.3.28"
tokio = { version = "1.27.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.12", features = ["sync", "time"] }
tokio-util = { version = "0.7.7", features = ["codec"] }

View File

@ -33,7 +33,7 @@ proptest-impl = [
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
futures = "0.3.27"
futures = "0.3.28"
# lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.25", features = ["http1", "server"] }

View File

@ -32,7 +32,7 @@ elasticsearch = [
bincode = "1.3.3"
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
dirs = "5.0.0"
futures = "0.3.27"
futures = "0.3.28"
hex = "0.4.3"
indexmap = "1.9.3"
itertools = "0.10.5"

View File

@ -19,7 +19,7 @@ regex = "1.7.3"
tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.27"
futures = "0.3.28"
color-eyre = "0.6.2"
# This is a transitive dependency via color-eyre.

View File

@ -111,7 +111,7 @@ lazy_static = "1.4.0"
serde = { version = "1.0.159", features = ["serde_derive"] }
toml = "0.7.3"
futures = "0.3.27"
futures = "0.3.28"
rayon = "1.7.0"
tokio = { version = "1.27.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }