diff --git a/Cargo.lock b/Cargo.lock index cda9804a2d8..dc818c594f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,9 +1712,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c" +checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" dependencies = [ "futures-channel", "futures-core", @@ -1727,9 +1727,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" +checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" dependencies = [ "futures-core", "futures-sink", @@ -1743,9 +1743,9 @@ checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "futures-executor" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" +checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" dependencies = [ "futures-core", "futures-task", @@ -1754,15 +1754,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" +checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" [[package]] name = "futures-macro" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" +checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" dependencies = [ "proc-macro2 1.0.42", "quote 1.0.20", @@ -1771,21 +1771,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" +checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" [[package]] name = "futures-task" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" +checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" [[package]] name = "futures-util" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" +checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" dependencies = [ "futures-channel", "futures-core", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 4fa80302cf4..c953b43e4af 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" edition = "2021" [dependencies] -futures = "0.3.24" +futures = "0.3.25" futures-core = "0.3.25" pin-project = "1.0.12" rayon = "1.5.3" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 761c9c1c9da..acd76168121 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -65,7 +65,7 @@ serde_with = "2.0.1" serde-big-array = "0.4.1" # Processing -futures = "0.3.24" +futures = "0.3.25" itertools = "0.10.5" rayon = "1.5.3" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 988b61e7c3d..1d6ed11c370 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.4.0" once_cell = "1.15.0" serde = { version = "1.0.145", features = ["serde_derive"] } -futures = "0.3.24" +futures = "0.3.25" futures-util = "0.3.24" metrics = "0.20.1" thiserror = "1.0.37" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index ad72051d385..07dd9877d0e 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -29,7 +29,7 @@ regex = "1.6.0" serde = { version = "1.0.145", features = ["serde_derive"] } thiserror = "1.0.37" -futures = "0.3.24" +futures = "0.3.25" tokio = { version = "1.21.2", 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 1d47e21126f..ba6d600c51b 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -14,7 +14,7 @@ getblocktemplate-rpcs = ["zebra-state/getblocktemplate-rpcs"] [dependencies] chrono = { version = "0.4.22", default-features = false, features = ["clock", "std"] } -futures = "0.3.24" +futures = "0.3.25" # 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 8e77fa5d63a..ab6d8a5884a 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -14,7 +14,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.24" +futures = "0.3.25" hex = "0.4.3" indexmap = "1.9.1" itertools = "0.10.5" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index a1615ce4fe8..81a491fd637 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.6.0" tokio = { version = "1.21.2", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } -futures = "0.3.24" +futures = "0.3.25" color-eyre = "0.6.2" # This is a transitive dependency via color-eyre. diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index acd29764b47..007a6bf3c1d 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -85,7 +85,7 @@ lazy_static = "1.4.0" serde = { version = "1.0.145", features = ["serde_derive"] } toml = "0.5.9" -futures = "0.3.24" +futures = "0.3.25" rayon = "1.5.3" tokio = { version = "1.21.2", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] }