Skip to content

Commit

Permalink
build(deps): bump futures from 0.3.27 to 0.3.28
Browse files Browse the repository at this point in the history
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](rust-lang/futures-rs@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 6795656 commit c19d293
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit c19d293

Please sign in to comment.