From c4695ba8435ab19c7ae3201d10c6b78af49e5e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 03:14:29 +0000 Subject: [PATCH] build(deps): bump crossbeam-queue from 0.3.1 to 0.3.6 Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.3.1 to 0.3.6. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.1...crossbeam-queue-0.3.6) --- updated-dependencies: - dependency-name: crossbeam-queue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ common/workspace-hack/Cargo.toml | 8 ++++---- language/diem-vm/parallel-executor/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae5dd829f196..198be2ce546e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,9 +1386,9 @@ dependencies = [ [[package]] name = "crossbeam-queue" -version = "0.3.1" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756" +checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -1396,11 +1396,10 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.3" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" +checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" dependencies = [ - "autocfg", "cfg-if 1.0.0", "lazy_static", ] @@ -8853,7 +8852,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "static_assertions", ] diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 0dc508c00925..96d31e5e1b1b 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default" codespan-reporting = { version = "0.11.1", default-features = false, features = ["serde", "serialization"] } crossbeam-channel = { version = "0.5.1", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.1", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } -crossbeam-queue = { version = "0.3.1", features = ["alloc", "default", "std"] } +crossbeam-queue = { version = "0.3.6", features = ["alloc", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } @@ -81,7 +81,7 @@ clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default" codespan-reporting = { version = "0.11.1", default-features = false, features = ["serde", "serialization"] } crossbeam-channel = { version = "0.5.1", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.1", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } -crossbeam-queue = { version = "0.3.1", features = ["alloc", "default", "std"] } +crossbeam-queue = { version = "0.3.6", features = ["alloc", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } @@ -141,7 +141,7 @@ clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default" codespan-reporting = { version = "0.11.1", default-features = false, features = ["serde", "serialization"] } crossbeam-channel = { version = "0.5.1", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.1", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } -crossbeam-queue = { version = "0.3.1", features = ["alloc", "default", "std"] } +crossbeam-queue = { version = "0.3.6", features = ["alloc", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } @@ -198,7 +198,7 @@ clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default" codespan-reporting = { version = "0.11.1", default-features = false, features = ["serde", "serialization"] } crossbeam-channel = { version = "0.5.1", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.1", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } -crossbeam-queue = { version = "0.3.1", features = ["alloc", "default", "std"] } +crossbeam-queue = { version = "0.3.6", features = ["alloc", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } futures = { version = "0.3.12", features = ["alloc", "async-await", "default", "executor", "futures-executor", "std"] } diff --git a/language/diem-vm/parallel-executor/Cargo.toml b/language/diem-vm/parallel-executor/Cargo.toml index c01edd8bef3a..c5c41017eeaa 100644 --- a/language/diem-vm/parallel-executor/Cargo.toml +++ b/language/diem-vm/parallel-executor/Cargo.toml @@ -17,7 +17,7 @@ diem-workspace-hack = { path = "../../../common/workspace-hack" } anyhow = "1.0.38" criterion = "0.3.4" -crossbeam-queue = "0.3.1" +crossbeam-queue = "0.3.6" rayon = "1.5.0" num_cpus = "1.13.0" once_cell = "1.7.2"