From 65391a70cb13d901fd74dd9309a11087c669ea2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:42:18 -0700 Subject: [PATCH] chore: bump futures-util from 0.3.24 to 0.3.25 (#29337) * chore: bump futures-util from 0.3.24 to 0.3.25 Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25. - [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.24...0.3.25) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 28 ++++++++++++++-------------- client-test/Cargo.toml | 2 +- client/Cargo.toml | 2 +- programs/sbf/Cargo.lock | 28 ++++++++++++++-------------- pubsub-client/Cargo.toml | 2 +- rpc-test/Cargo.toml | 2 +- streamer/Cargo.toml | 2 +- tpu-client/Cargo.toml | 2 +- 8 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c34831c3b..be6ffbdd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,9 +1724,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", @@ -1734,9 +1734,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" +checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "futures-executor" @@ -1752,15 +1752,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.41", "quote 1.0.18", @@ -1769,21 +1769,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 0.1.31", "futures-channel", diff --git a/client-test/Cargo.toml b/client-test/Cargo.toml index 574ee68df..eb594259c 100644 --- a/client-test/Cargo.toml +++ b/client-test/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" publish = false [dependencies] -futures-util = "0.3.21" +futures-util = "0.3.25" serde_json = "1.0.83" solana-ledger = { path = "../ledger", version = "=1.15.0" } solana-measure = { path = "../measure", version = "=1.15.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 9230b0afc..49383c7b6 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -14,7 +14,7 @@ async-trait = "0.1.57" bincode = "1.3.3" enum_dispatch = "0.3.8" futures = "0.3" -futures-util = "0.3.21" +futures-util = "0.3.25" indexmap = "1.9.1" indicatif = { version = "0.17.1" } log = "0.4.17" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 2e27f10d6..9b7e09e72 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -1519,9 +1519,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", @@ -1529,9 +1529,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" +checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "futures-executor" @@ -1547,15 +1547,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.41", "quote 1.0.18", @@ -1564,21 +1564,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 0.1.31", "futures-channel", diff --git a/pubsub-client/Cargo.toml b/pubsub-client/Cargo.toml index f4384afad..366110558 100644 --- a/pubsub-client/Cargo.toml +++ b/pubsub-client/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] crossbeam-channel = "0.5" -futures-util = "0.3.21" +futures-util = "0.3.25" log = "0.4.17" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } semver = "1.0.14" diff --git a/rpc-test/Cargo.toml b/rpc-test/Cargo.toml index b7aae038d..53107994f 100644 --- a/rpc-test/Cargo.toml +++ b/rpc-test/Cargo.toml @@ -14,7 +14,7 @@ publish = false bincode = "1.3.3" bs58 = "0.4.0" crossbeam-channel = "0.5" -futures-util = "0.3.21" +futures-util = "0.3.25" log = "0.4.17" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } serde = "1.0.144" diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index c7283432c..df4b2c5d7 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] crossbeam-channel = "0.5" -futures-util = "0.3.21" +futures-util = "0.3.25" histogram = "0.6.9" indexmap = "1.9.1" itertools = "0.10.5" diff --git a/tpu-client/Cargo.toml b/tpu-client/Cargo.toml index dca7a401b..343e91470 100644 --- a/tpu-client/Cargo.toml +++ b/tpu-client/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] async-trait = "0.1.57" bincode = "1.3.3" -futures-util = "0.3.21" +futures-util = "0.3.25" indexmap = "1.9.1" indicatif = { version = "0.17.1", optional = true } log = "0.4.17"