chore: bump futures from 0.3.17 to 0.3.18 (#21412)
* chore: bump futures from 0.3.17 to 0.3.18 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.17 to 0.3.18. - [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.17...0.3.18) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
fc01120fa6
commit
3c2276fd09
|
@ -1497,9 +1497,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.17"
|
||||
version = "0.3.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
||||
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
@ -1528,9 +1528,9 @@ checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
|
|||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.17"
|
||||
version = "0.3.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
||||
checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
|
@ -1682,7 +1682,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "4a1d5b4e896797c19dff490f9706817b42e9b7aa4adfe844464d3bbc9aabb035"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"log 0.4.14",
|
||||
"reqwest",
|
||||
"serde",
|
||||
|
@ -2086,7 +2086,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-pubsub",
|
||||
"jsonrpc-server-utils",
|
||||
|
@ -2105,7 +2105,7 @@ version = "18.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"futures-executor",
|
||||
"futures-util",
|
||||
"log 0.4.14",
|
||||
|
@ -2120,7 +2120,7 @@ version = "18.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"jsonrpc-client-transports",
|
||||
]
|
||||
|
||||
|
@ -2142,7 +2142,7 @@ version = "18.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"hyper 0.14.14",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-server-utils",
|
||||
|
@ -2158,7 +2158,7 @@ version = "18.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-server-utils",
|
||||
"log 0.4.14",
|
||||
|
@ -2173,7 +2173,7 @@ version = "18.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"jsonrpc-core",
|
||||
"lazy_static",
|
||||
"log 0.4.14",
|
||||
|
@ -2189,7 +2189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
||||
dependencies = [
|
||||
"bytes 1.1.0",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"globset",
|
||||
"jsonrpc-core",
|
||||
"lazy_static",
|
||||
|
@ -2206,7 +2206,7 @@ version = "18.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-server-utils",
|
||||
"log 0.4.14",
|
||||
|
@ -2776,7 +2776,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "b91cea1dfd50064e52db033179952d18c770cbc5dfefc8eba45d619357ba3914"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"js-sys",
|
||||
"lazy_static",
|
||||
"percent-encoding 2.1.0",
|
||||
|
@ -2824,7 +2824,7 @@ version = "0.9.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"libc",
|
||||
"log 0.4.14",
|
||||
"rand 0.7.3",
|
||||
|
@ -3049,7 +3049,7 @@ checksum = "eb76d6535496f633fa799bb872ffb4790e9cbdedda9d35564ca0252f930c0dd5"
|
|||
dependencies = [
|
||||
"bytes 1.1.0",
|
||||
"fallible-iterator",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"log 0.4.14",
|
||||
"tokio",
|
||||
"tokio-postgres",
|
||||
|
@ -4265,7 +4265,7 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bytes 1.1.0",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"httparse",
|
||||
"log 0.4.14",
|
||||
"rand 0.8.4",
|
||||
|
@ -4413,7 +4413,7 @@ name = "solana-banks-client"
|
|||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"borsh",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"solana-banks-interface",
|
||||
"solana-banks-server",
|
||||
"solana-program 1.9.0",
|
||||
|
@ -4438,7 +4438,7 @@ name = "solana-banks-server"
|
|||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"solana-banks-interface",
|
||||
"solana-runtime",
|
||||
"solana-sdk",
|
||||
|
@ -5071,7 +5071,7 @@ dependencies = [
|
|||
"chrono-humanize",
|
||||
"crossbeam-channel",
|
||||
"fs_extra",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"itertools 0.10.1",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
|
@ -6358,7 +6358,7 @@ checksum = "82cb992a07637db1bcc0e4511d0c58c3f3a03f509d7c6cc2826f7646deac2032"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"fnv",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"humantime",
|
||||
"opentelemetry",
|
||||
"pin-project",
|
||||
|
@ -6682,7 +6682,7 @@ dependencies = [
|
|||
"byteorder",
|
||||
"bytes 1.1.0",
|
||||
"fallible-iterator",
|
||||
"futures 0.3.17",
|
||||
"futures 0.3.18",
|
||||
"log 0.4.14",
|
||||
"parking_lot 0.11.2",
|
||||
"percent-encoding 2.1.0",
|
||||
|
|
|
@ -16,7 +16,7 @@ chrono = { version = "0.4.11", features = ["serde"] }
|
|||
chrono-humanize = "0.2.1"
|
||||
crossbeam-channel = "0.5"
|
||||
fs_extra = "1.2.0"
|
||||
futures = "0.3.17"
|
||||
futures = "0.3.18"
|
||||
itertools = "0.10.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.108"
|
||||
|
|
|
@ -951,9 +951,9 @@ checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
|||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.17"
|
||||
version = "0.3.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
||||
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
@ -982,9 +982,9 @@ checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
|
|||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.17"
|
||||
version = "0.3.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
||||
checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
|
|
Loading…
Reference in New Issue