From fc41e2cf2c240b0f72d0942a0d119c9683f4751e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 22:47:59 +0000 Subject: [PATCH] Bump crossbeam-channel from 0.5.0 to 0.5.5 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.0 to 0.5.5. - [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-channel-0.5.0...crossbeam-channel-0.5.5) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- common/workspace-hack/Cargo.toml | 8 ++++---- language/testing-infra/test-generation/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..67783dc035fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,9 +1195,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.0" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 04424531ee81..f1342527cd22 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -15,7 +15,7 @@ byteorder = { version = "1.4.2", features = ["default", "i128", "std"] } bytes = { version = "1.0.1", features = ["default", "serde", "std"] } chrono = { version = "0.4.19", features = ["clock", "default", "libc", "oldtime", "serde", "std", "time", "winapi"] } clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default", "strsim", "suggestions", "vec_map"] } -crossbeam-channel = { version = "0.5.0", features = ["crossbeam-utils", "default", "std"] } +crossbeam-channel = { version = "0.5.5", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.0", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } @@ -61,7 +61,7 @@ bytes = { version = "1.0.1", features = ["default", "serde", "std"] } cc = { version = "1.0.67", default-features = false, features = ["jobserver", "parallel"] } chrono = { version = "0.4.19", features = ["clock", "default", "libc", "oldtime", "serde", "std", "time", "winapi"] } clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default", "strsim", "suggestions", "vec_map"] } -crossbeam-channel = { version = "0.5.0", features = ["crossbeam-utils", "default", "std"] } +crossbeam-channel = { version = "0.5.5", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.0", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } @@ -110,7 +110,7 @@ byteorder = { version = "1.4.2", features = ["default", "i128", "std"] } bytes = { version = "1.0.1", features = ["default", "serde", "std"] } chrono = { version = "0.4.19", features = ["clock", "default", "libc", "oldtime", "serde", "std", "time", "winapi"] } clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default", "strsim", "suggestions", "vec_map"] } -crossbeam-channel = { version = "0.5.0", features = ["crossbeam-utils", "default", "std"] } +crossbeam-channel = { version = "0.5.5", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.0", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } @@ -156,7 +156,7 @@ bytes = { version = "1.0.1", features = ["default", "serde", "std"] } cc = { version = "1.0.67", default-features = false, features = ["jobserver", "parallel"] } chrono = { version = "0.4.19", features = ["clock", "default", "libc", "oldtime", "serde", "std", "time", "winapi"] } clap = { version = "2.33.3", features = ["ansi_term", "atty", "color", "default", "strsim", "suggestions", "vec_map"] } -crossbeam-channel = { version = "0.5.0", features = ["crossbeam-utils", "default", "std"] } +crossbeam-channel = { version = "0.5.5", features = ["crossbeam-utils", "default", "std"] } crossbeam-deque = { version = "0.8.0", features = ["crossbeam-epoch", "crossbeam-utils", "default", "std"] } crossbeam-utils = { version = "0.8.3", features = ["default", "lazy_static", "std"] } either = { version = "1.6.1", features = ["default", "use_std"] } diff --git a/language/testing-infra/test-generation/Cargo.toml b/language/testing-infra/test-generation/Cargo.toml index f0985646a5ef..47398c5f8909 100644 --- a/language/testing-infra/test-generation/Cargo.toml +++ b/language/testing-infra/test-generation/Cargo.toml @@ -17,7 +17,7 @@ structopt = "0.3.21" itertools = "0.10.0" hex = "0.4.3" getrandom = "0.2.2" -crossbeam-channel = "0.5.0" +crossbeam-channel = "0.5.5" bytecode-verifier = { path = "../../bytecode-verifier" } diem-config = { path = "../../../config" }