From 9f85bb89ae2941d7e81fb783671ecaaa67421050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 01:15:31 +0000 Subject: [PATCH] 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] 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 a6d4ba05..fc08e5fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 2fd02a65..34b04a90 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -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" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 46aff6eb..5fb0bb25 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -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" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 0772d1d2..166a3ecd 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -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" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index cda59933..926e5d4b 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -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"] } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index f01bea76..a8a9e82d 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -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"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 7fd010db..337add60 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -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" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index ae1f477d..8bcbb713 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -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. diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c6b2b09b..161c7acf 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -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"] }