From 3f66b82590c3a5bab6884dc0abf95214d1bcc3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:55:37 +0000 Subject: [PATCH] build(deps): bump futures from 0.3.25 to 0.3.26 (#6058) Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26. - [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.25...0.3.26) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- tower-batch/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7407c7c2c..c0e373c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,9 +1407,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" +checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" dependencies = [ "futures-channel", "futures-core", @@ -1438,9 +1438,9 @@ checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" [[package]] name = "futures-executor" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" +checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" dependencies = [ "futures-core", "futures-task", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 2fcc65447..401445409 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" edition = "2021" [dependencies] -futures = "0.3.25" +futures = "0.3.26" futures-core = "0.3.26" pin-project = "1.0.12" rayon = "1.6.1" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 8269350d6..2814f73cf 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -80,7 +80,7 @@ serde_with = "2.2.0" serde-big-array = "0.4.1" # Processing -futures = "0.3.25" +futures = "0.3.26" itertools = "0.10.5" rayon = "1.6.1" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 5ee822258..11280fd08 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -36,7 +36,7 @@ lazy_static = "1.4.0" once_cell = "1.17.0" serde = { version = "1.0.152", features = ["serde_derive"] } -futures = "0.3.25" +futures = "0.3.26" futures-util = "0.3.26" metrics = "0.20.1" thiserror = "1.0.38" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index e61c120d6..371572fdc 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -30,7 +30,7 @@ regex = "1.7.1" serde = { version = "1.0.152", features = ["serde_derive"] } thiserror = "1.0.38" -futures = "0.3.25" +futures = "0.3.26" tokio = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.11", features = ["sync", "time"] } tokio-util = { version = "0.7.4", features = ["codec"] } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index d65d5bc40..e782bd744 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -33,7 +33,7 @@ proptest-impl = [ [dependencies] chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] } -futures = "0.3.25" +futures = "0.3.26" # lightwalletd sends JSON-RPC requests over HTTP 1.1 hyper = { version = "0.14.23", features = ["http1", "server"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 6f3dcb3e8..c7eb141cf 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -27,7 +27,7 @@ bincode = "1.3.3" chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] } dirs = "4.0.0" displaydoc = "0.2.3" -futures = "0.3.25" +futures = "0.3.26" hex = "0.4.3" indexmap = "1.9.2" itertools = "0.10.5" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 83a8c4c33..16438cd9b 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.7.1" tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } -futures = "0.3.25" +futures = "0.3.26" color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index cd621e5de..322858dcd 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -108,7 +108,7 @@ lazy_static = "1.4.0" serde = { version = "1.0.152", features = ["serde_derive"] } toml = "0.7.1" -futures = "0.3.25" +futures = "0.3.26" rayon = "1.6.1" tokio = { version = "1.25.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] }