Skip to content

Commit 75b510a

Browse files
dependabot[bot]dconnolly
authored andcommitted
build(deps): bump futures from 0.3.11 to 0.3.12
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.11 to 0.3.12. - [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.11...0.3.12) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f0fb93 commit 75b510a

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tower-batch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures-core = "0.3.6"
1212
pin-project = "0.4.27"
1313
tracing = "0.1.22"
1414
tracing-futures = "0.2.4"
15-
futures = "0.3.11"
15+
futures = "0.3.12"
1616

1717
[dev-dependencies]
1818
ed25519-zebra = "2.1.0"

zebra-consensus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rand = "0.7"
1414
redjubjub = "0.2"
1515
serde = { version = "1", features = ["serde_derive"] }
1616

17-
futures = "0.3.11"
17+
futures = "0.3.12"
1818
futures-util = "0.3.6"
1919
metrics = "0.13.0-alpha.8"
2020
thiserror = "1.0.23"

zebra-state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hex = "0.4.2"
1515
lazy_static = "1.4.0"
1616
serde = { version = "1", features = ["serde_derive"] }
1717

18-
futures = "0.3.11"
18+
futures = "0.3.12"
1919
metrics = "0.13.0-alpha.8"
2020
tower = { version = "0.4", features = ["buffer", "util"] }
2121
tracing = "0.1"

zebra-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
hex = "0.4.2"
1212
lazy_static = "1.4.0"
1313
tower = { version = "0.4", features = ["util"] }
14-
futures = "0.3.11"
14+
futures = "0.3.12"
1515
color-eyre = "0.5.10"
1616
tracing = "0.1.22"
1717
tracing-subscriber = "0.2.15"

0 commit comments

Comments
 (0)