From 66dd9432f59f6ae15d64a3c536d58dff6a175726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 13:46:16 -0700 Subject: [PATCH] Bump futures-util from 0.3.25 to 0.3.26 (#30240) * Bump futures-util from 0.3.25 to 0.3.26 Bumps [futures-util](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-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 +- connection-cache/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 +- 9 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5273573375..18ba8b6a67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,9 +1760,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" +checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" dependencies = [ "futures-core", "futures-sink", @@ -1770,9 +1770,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" +checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" [[package]] name = "futures-executor" @@ -1788,15 +1788,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" +checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" [[package]] name = "futures-macro" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" +checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" dependencies = [ "proc-macro2 1.0.50", "quote 1.0.18", @@ -1805,21 +1805,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" +checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" [[package]] name = "futures-task" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" +checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" [[package]] name = "futures-util" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" +checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" dependencies = [ "futures 0.1.31", "futures-channel", diff --git a/client-test/Cargo.toml b/client-test/Cargo.toml index 6c59426b04..596cbc5808 100644 --- a/client-test/Cargo.toml +++ b/client-test/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" publish = false [dependencies] -futures-util = "0.3.25" +futures-util = "0.3.26" serde_json = "1.0.83" solana-ledger = { path = "../ledger", version = "=1.16.0" } solana-measure = { path = "../measure", version = "=1.16.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index fe45e65fc6..6e69c4d807 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.25" +futures-util = "0.3.26" indexmap = "1.9.1" indicatif = { version = "0.17.1" } log = "0.4.17" diff --git a/connection-cache/Cargo.toml b/connection-cache/Cargo.toml index c61bee0bd7..c130a249d7 100644 --- a/connection-cache/Cargo.toml +++ b/connection-cache/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] async-trait = "0.1.57" bincode = "1.3.3" -futures-util = "0.3.25" +futures-util = "0.3.26" indexmap = "1.9.1" indicatif = { version = "0.17.1", optional = true } log = "0.4.17" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 4ebeade100..1fa51e8a3a 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -1555,9 +1555,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" +checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" dependencies = [ "futures-core", "futures-sink", @@ -1565,9 +1565,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" +checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" [[package]] name = "futures-executor" @@ -1583,15 +1583,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" +checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" [[package]] name = "futures-macro" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" +checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" dependencies = [ "proc-macro2 1.0.50", "quote 1.0.18", @@ -1600,21 +1600,21 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" +checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" [[package]] name = "futures-task" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" +checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" [[package]] name = "futures-util" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" +checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" dependencies = [ "futures 0.1.31", "futures-channel", diff --git a/pubsub-client/Cargo.toml b/pubsub-client/Cargo.toml index 5c9fd55454..5a7d0c6514 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.25" +futures-util = "0.3.26" log = "0.4.17" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } semver = "1.0.16" diff --git a/rpc-test/Cargo.toml b/rpc-test/Cargo.toml index 1ee308fdbe..72584f616d 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.25" +futures-util = "0.3.26" log = "0.4.17" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } serde = "1.0.152" diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 3c47d559aa..afb189410e 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] crossbeam-channel = "0.5" -futures-util = "0.3.25" +futures-util = "0.3.26" 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 342108fd5f..5d441f5590 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.25" +futures-util = "0.3.26" indexmap = "1.9.1" indicatif = { version = "0.17.1", optional = true } log = "0.4.17"