From 061f80d6513bf801b9aede8a7a398f8106efde79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:27:53 +0000 Subject: [PATCH] Bump futures-io from 0.3.12 to 0.3.24 Bumps [futures-io](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.24. - [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.12...0.3.24) --- updated-dependencies: - dependency-name: futures-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- common/workspace-hack/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7f8b98801d1..c45b9d4146eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,9 +3089,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.12" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500" +checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" [[package]] name = "futures-macro" diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 07f0ae8c255b..010c4cf9afaf 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -23,7 +23,7 @@ fail = { version = "0.4.0", default-features = false, features = ["failpoints"] futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } futures-channel = { version = "0.3.12", features = ["alloc", "default", "futures-sink", "sink", "std"] } futures-core = { version = "0.3.12", features = ["alloc", "default", "std"] } -futures-io = { version = "0.3.12", features = ["default", "std"] } +futures-io = { version = "0.3.24", features = ["default", "std"] } futures-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } @@ -65,7 +65,7 @@ fail = { version = "0.4.0", default-features = false, features = ["failpoints"] futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } futures-channel = { version = "0.3.12", features = ["alloc", "default", "futures-sink", "sink", "std"] } futures-core = { version = "0.3.12", features = ["alloc", "default", "std"] } -futures-io = { version = "0.3.12", features = ["default", "std"] } +futures-io = { version = "0.3.24", features = ["default", "std"] } futures-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } @@ -110,7 +110,7 @@ fail = { version = "0.4.0", default-features = false, features = ["failpoints"] futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } futures-channel = { version = "0.3.12", features = ["alloc", "default", "futures-sink", "sink", "std"] } futures-core = { version = "0.3.12", features = ["alloc", "default", "std"] } -futures-io = { version = "0.3.12", features = ["default", "std"] } +futures-io = { version = "0.3.24", features = ["default", "std"] } futures-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } @@ -152,7 +152,7 @@ fail = { version = "0.4.0", default-features = false, features = ["failpoints"] futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } futures-channel = { version = "0.3.12", features = ["alloc", "default", "futures-sink", "sink", "std"] } futures-core = { version = "0.3.12", features = ["alloc", "default", "std"] } -futures-io = { version = "0.3.12", features = ["default", "std"] } +futures-io = { version = "0.3.24", features = ["default", "std"] } futures-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] }