From 4e41c05acd3da6a0a4b689f2299cbb79e9933191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 07:59:34 -0600 Subject: [PATCH] chore: bump futures from 0.3.15 to 0.3.16 (#18914) * chore: bump futures from 0.3.15 to 0.3.16 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.15 to 0.3.16. - [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.15...0.3.16) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 42 ++++++++++++++++++------------------- ledger-tool/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 8 +++---- storage-bigtable/Cargo.toml | 2 +- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 308325d612..0a34c89838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1422,9 +1422,9 @@ checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" [[package]] name = "futures" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" +checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b" dependencies = [ "futures-channel", "futures-core", @@ -1453,9 +1453,9 @@ checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99" [[package]] name = "futures-executor" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" +checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c" dependencies = [ "futures-core", "futures-task", @@ -1610,7 +1610,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a1d5b4e896797c19dff490f9706817b42e9b7aa4adfe844464d3bbc9aabb035" dependencies = [ "arc-swap 1.2.0", - "futures 0.3.15", + "futures 0.3.16", "log 0.4.14", "reqwest", "serde", @@ -2019,7 +2019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a" dependencies = [ "derive_more", - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-pubsub", "jsonrpc-server-utils", @@ -2038,7 +2038,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "futures-executor", "futures-util", "log 0.4.14", @@ -2053,7 +2053,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-client-transports", ] @@ -2075,7 +2075,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "hyper 0.14.3", "jsonrpc-core", "jsonrpc-server-utils", @@ -2091,7 +2091,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-server-utils", "log 0.4.14", @@ -2106,7 +2106,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "lazy_static", "log 0.4.14", @@ -2122,7 +2122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4" dependencies = [ "bytes 1.0.1", - "futures 0.3.15", + "futures 0.3.16", "globset", "jsonrpc-core", "lazy_static", @@ -2139,7 +2139,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "jsonrpc-core", "jsonrpc-server-utils", "log 0.4.14", @@ -2694,7 +2694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b91cea1dfd50064e52db033179952d18c770cbc5dfefc8eba45d619357ba3914" dependencies = [ "async-trait", - "futures 0.3.15", + "futures 0.3.16", "js-sys", "lazy_static", "percent-encoding 2.1.0", @@ -2739,7 +2739,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6" dependencies = [ - "futures 0.3.15", + "futures 0.3.16", "libc", "log 0.4.14", "rand 0.7.3", @@ -4125,7 +4125,7 @@ dependencies = [ "bincode", "borsh", "borsh-derive", - "futures 0.3.15", + "futures 0.3.16", "mio 0.7.13", "solana-banks-interface", "solana-banks-server", @@ -4153,7 +4153,7 @@ name = "solana-banks-server" version = "1.8.0" dependencies = [ "bincode", - "futures 0.3.15", + "futures 0.3.16", "log 0.4.14", "mio 0.7.13", "solana-banks-interface", @@ -4786,7 +4786,7 @@ dependencies = [ "crossbeam-channel", "ed25519-dalek", "fs_extra", - "futures 0.3.15", + "futures 0.3.16", "futures-util", "itertools 0.10.1", "lazy_static", @@ -4837,7 +4837,7 @@ dependencies = [ "bytecount", "clap 2.33.3", "csv", - "futures 0.3.15", + "futures 0.3.16", "futures-util", "histogram", "itertools 0.10.1", @@ -5458,7 +5458,7 @@ dependencies = [ "bzip2", "enum-iterator", "flate2", - "futures 0.3.15", + "futures 0.3.16", "goauth", "log 0.4.14", "prost", @@ -5941,7 +5941,7 @@ checksum = "82cb992a07637db1bcc0e4511d0c58c3f3a03f509d7c6cc2826f7646deac2032" dependencies = [ "anyhow", "fnv", - "futures 0.3.15", + "futures 0.3.16", "humantime", "opentelemetry", "pin-project 1.0.7", diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 2587d702be..30ba2257d3 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -14,7 +14,7 @@ bs58 = "0.4.0" bytecount = "0.6.2" clap = "2.33.1" csv = "1.1.6" -futures = "0.3.15" +futures = "0.3.16" futures-util = "0.3.16" histogram = "*" itertools = "0.10.1" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 841c8162df..edadf7f93f 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -17,7 +17,7 @@ chrono-humanize = "0.2.1" crossbeam-channel = "0.5" ed25519-dalek = "1.0.1" fs_extra = "1.2.0" -futures = "0.3.15" +futures = "0.3.16" futures-util = "0.3.16" itertools = "0.10.1" lazy_static = "1.4.0" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index df0be337a0..722a21b5bc 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -833,9 +833,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.12" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150" +checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b" dependencies = [ "futures-channel", "futures-core", @@ -864,9 +864,9 @@ checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99" [[package]] name = "futures-executor" -version = "0.3.12" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9" +checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c" dependencies = [ "futures-core", "futures-task", diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index a2595dbd5d..3e6449ca42 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -28,7 +28,7 @@ solana-sdk = { path = "../sdk", version = "=1.8.0" } solana-storage-proto = { path = "../storage-proto", version = "=1.8.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" } thiserror = "1.0" -futures = "0.3.15" +futures = "0.3.16" tonic = { version = "0.5.0", features = ["tls", "transport"] } zstd = "0.9.0"