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] <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 <you@example.com>
This commit is contained in:
42
Cargo.lock
generated
42
Cargo.lock
generated
@ -1422,9 +1422,9 @@ checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures"
|
name = "futures"
|
||||||
version = "0.3.15"
|
version = "0.3.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
|
checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
@ -1453,9 +1453,9 @@ checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-executor"
|
name = "futures-executor"
|
||||||
version = "0.3.15"
|
version = "0.3.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
|
checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"futures-task",
|
"futures-task",
|
||||||
@ -1610,7 +1610,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "4a1d5b4e896797c19dff490f9706817b42e9b7aa4adfe844464d3bbc9aabb035"
|
checksum = "4a1d5b4e896797c19dff490f9706817b42e9b7aa4adfe844464d3bbc9aabb035"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap 1.2.0",
|
"arc-swap 1.2.0",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"serde",
|
"serde",
|
||||||
@ -2019,7 +2019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
|
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"jsonrpc-pubsub",
|
"jsonrpc-pubsub",
|
||||||
"jsonrpc-server-utils",
|
"jsonrpc-server-utils",
|
||||||
@ -2038,7 +2038,7 @@ version = "18.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"futures-executor",
|
"futures-executor",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
@ -2053,7 +2053,7 @@ version = "18.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
|
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"jsonrpc-client-transports",
|
"jsonrpc-client-transports",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -2075,7 +2075,7 @@ version = "18.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"hyper 0.14.3",
|
"hyper 0.14.3",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"jsonrpc-server-utils",
|
"jsonrpc-server-utils",
|
||||||
@ -2091,7 +2091,7 @@ version = "18.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
|
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"jsonrpc-server-utils",
|
"jsonrpc-server-utils",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
@ -2106,7 +2106,7 @@ version = "18.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
|
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
@ -2122,7 +2122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 1.0.1",
|
"bytes 1.0.1",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"globset",
|
"globset",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
@ -2139,7 +2139,7 @@ version = "18.0.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
|
checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"jsonrpc-server-utils",
|
"jsonrpc-server-utils",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
@ -2694,7 +2694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "b91cea1dfd50064e52db033179952d18c770cbc5dfefc8eba45d619357ba3914"
|
checksum = "b91cea1dfd50064e52db033179952d18c770cbc5dfefc8eba45d619357ba3914"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"percent-encoding 2.1.0",
|
"percent-encoding 2.1.0",
|
||||||
@ -2739,7 +2739,7 @@ version = "0.9.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"libc",
|
"libc",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"rand 0.7.3",
|
"rand 0.7.3",
|
||||||
@ -4125,7 +4125,7 @@ dependencies = [
|
|||||||
"bincode",
|
"bincode",
|
||||||
"borsh",
|
"borsh",
|
||||||
"borsh-derive",
|
"borsh-derive",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"mio 0.7.13",
|
"mio 0.7.13",
|
||||||
"solana-banks-interface",
|
"solana-banks-interface",
|
||||||
"solana-banks-server",
|
"solana-banks-server",
|
||||||
@ -4153,7 +4153,7 @@ name = "solana-banks-server"
|
|||||||
version = "1.8.0"
|
version = "1.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"mio 0.7.13",
|
"mio 0.7.13",
|
||||||
"solana-banks-interface",
|
"solana-banks-interface",
|
||||||
@ -4786,7 +4786,7 @@ dependencies = [
|
|||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"ed25519-dalek",
|
"ed25519-dalek",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"itertools 0.10.1",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
@ -4837,7 +4837,7 @@ dependencies = [
|
|||||||
"bytecount",
|
"bytecount",
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"csv",
|
"csv",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"histogram",
|
"histogram",
|
||||||
"itertools 0.10.1",
|
"itertools 0.10.1",
|
||||||
@ -5458,7 +5458,7 @@ dependencies = [
|
|||||||
"bzip2",
|
"bzip2",
|
||||||
"enum-iterator",
|
"enum-iterator",
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"goauth",
|
"goauth",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"prost",
|
"prost",
|
||||||
@ -5941,7 +5941,7 @@ checksum = "82cb992a07637db1bcc0e4511d0c58c3f3a03f509d7c6cc2826f7646deac2032"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"fnv",
|
"fnv",
|
||||||
"futures 0.3.15",
|
"futures 0.3.16",
|
||||||
"humantime",
|
"humantime",
|
||||||
"opentelemetry",
|
"opentelemetry",
|
||||||
"pin-project 1.0.7",
|
"pin-project 1.0.7",
|
||||||
|
@ -14,7 +14,7 @@ bs58 = "0.4.0"
|
|||||||
bytecount = "0.6.2"
|
bytecount = "0.6.2"
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
csv = "1.1.6"
|
csv = "1.1.6"
|
||||||
futures = "0.3.15"
|
futures = "0.3.16"
|
||||||
futures-util = "0.3.16"
|
futures-util = "0.3.16"
|
||||||
histogram = "*"
|
histogram = "*"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
|
@ -17,7 +17,7 @@ chrono-humanize = "0.2.1"
|
|||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
ed25519-dalek = "1.0.1"
|
ed25519-dalek = "1.0.1"
|
||||||
fs_extra = "1.2.0"
|
fs_extra = "1.2.0"
|
||||||
futures = "0.3.15"
|
futures = "0.3.16"
|
||||||
futures-util = "0.3.16"
|
futures-util = "0.3.16"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
8
programs/bpf/Cargo.lock
generated
8
programs/bpf/Cargo.lock
generated
@ -833,9 +833,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures"
|
name = "futures"
|
||||||
version = "0.3.12"
|
version = "0.3.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
@ -864,9 +864,9 @@ checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-executor"
|
name = "futures-executor"
|
||||||
version = "0.3.12"
|
version = "0.3.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"futures-task",
|
"futures-task",
|
||||||
|
@ -28,7 +28,7 @@ solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|||||||
solana-storage-proto = { path = "../storage-proto", version = "=1.8.0" }
|
solana-storage-proto = { path = "../storage-proto", version = "=1.8.0" }
|
||||||
solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" }
|
solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
futures = "0.3.15"
|
futures = "0.3.16"
|
||||||
tonic = { version = "0.5.0", features = ["tls", "transport"] }
|
tonic = { version = "0.5.0", features = ["tls", "transport"] }
|
||||||
zstd = "0.9.0"
|
zstd = "0.9.0"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user