diff --git a/Cargo.lock b/Cargo.lock index f7f8b98801d1..3be5ede5d159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3062,9 +3062,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.12" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846" +checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" dependencies = [ "futures-core", "futures-sink", @@ -3072,9 +3072,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.12" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" +checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" [[package]] name = "futures-executor" @@ -3107,9 +3107,9 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.12" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6" +checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" [[package]] name = "futures-task" diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 07f0ae8c255b..2805ccee74e3 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -21,7 +21,7 @@ crossbeam-utils = { version = "0.8.1", features = ["default", "lazy_static", "st either = { version = "1.6.1", features = ["default", "use_std"] } 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-channel = { version = "0.3.24", 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-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } @@ -63,7 +63,7 @@ crossbeam-utils = { version = "0.8.1", features = ["default", "lazy_static", "st either = { version = "1.6.1", features = ["default", "use_std"] } 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-channel = { version = "0.3.24", 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-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } @@ -108,7 +108,7 @@ crossbeam-utils = { version = "0.8.1", features = ["default", "lazy_static", "st either = { version = "1.6.1", features = ["default", "use_std"] } 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-channel = { version = "0.3.24", 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-sink = { version = "0.3.12", features = ["alloc", "default", "std"] } @@ -150,7 +150,7 @@ crossbeam-utils = { version = "0.8.1", features = ["default", "lazy_static", "st either = { version = "1.6.1", features = ["default", "use_std"] } 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-channel = { version = "0.3.24", 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-sink = { version = "0.3.12", features = ["alloc", "default", "std"] }