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"] }