From f43cb051f03d96165efe79e77d9b3c951eebc530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 07:10:39 +0000 Subject: [PATCH] Bump crossbeam-channel from 0.5.0 to 0.5.3 in /node Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.0 to 0.5.3. - [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.3) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- masq/Cargo.toml | 2 +- masq_lib/Cargo.toml | 2 +- multinode_integration_tests/Cargo.toml | 2 +- node/Cargo.lock | 14 ++++++++------ node/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/masq/Cargo.toml b/masq/Cargo.toml index 0a602e8e9..1b6f96917 100644 --- a/masq/Cargo.toml +++ b/masq/Cargo.toml @@ -16,7 +16,7 @@ lazy_static = "1.4.0" masq_lib = { path = "../masq_lib" } rustyline = "7.1.0" websocket = {version = "0.26.0", default-features = false, features = ["sync"]} -crossbeam-channel = "0.5.0" +crossbeam-channel = "0.5.3" [lib] name = "masq_cli_lib" diff --git a/masq_lib/Cargo.toml b/masq_lib/Cargo.toml index 610dc49a2..9eb810853 100644 --- a/masq_lib/Cargo.toml +++ b/masq_lib/Cargo.toml @@ -11,7 +11,7 @@ workspace = "../node" [dependencies] actix = "0.7.9" clap = "2.33.1" -crossbeam-channel = "0.4" +crossbeam-channel = "0.5" itertools = "0.10.0" lazy_static = "1.4.0" regex = "1.4.3" diff --git a/multinode_integration_tests/Cargo.toml b/multinode_integration_tests/Cargo.toml index 8eb353564..cc22ddd51 100644 --- a/multinode_integration_tests/Cargo.toml +++ b/multinode_integration_tests/Cargo.toml @@ -10,7 +10,7 @@ workspace = "../node" [dependencies] base64 = "0.13.0" -crossbeam-channel = "0.5.0" +crossbeam-channel = "0.5.3" ethereum-types = "0.6.0" ethsign-crypto = "0.2.1" futures = "0.1.28" diff --git a/node/Cargo.lock b/node/Cargo.lock index 0b8e74bd7..bf9171d24 100644 --- a/node/Cargo.lock +++ b/node/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix" version = "0.7.9" @@ -448,9 +450,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.0" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +checksum = "fdbfe11fe19ff083c48923cf179540e8cd0535903dc35e178a1fdeeb59aef51f" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils 0.8.0", @@ -1688,7 +1690,7 @@ name = "masq" version = "1.0.0" dependencies = [ "clap", - "crossbeam-channel 0.5.0", + "crossbeam-channel 0.5.3", "lazy_static", "masq_lib", "rustyline", @@ -1701,7 +1703,7 @@ version = "1.0.0" dependencies = [ "actix", "clap", - "crossbeam-channel 0.4.4", + "crossbeam-channel 0.5.3", "itertools", "lazy_static", "regex", @@ -1834,7 +1836,7 @@ name = "multinode_integration_tests" version = "1.0.0" dependencies = [ "base64 0.13.0", - "crossbeam-channel 0.5.0", + "crossbeam-channel 0.5.3", "ethereum-types", "ethsign-crypto 0.2.1", "futures", @@ -1929,7 +1931,7 @@ dependencies = [ "bytes 0.4.12", "chrono", "clap", - "crossbeam-channel 0.5.0", + "crossbeam-channel 0.5.3", "daemonize", "dirs", "ethereum-types", diff --git a/node/Cargo.toml b/node/Cargo.toml index de04a87bc..0101131b1 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.13.0" bytes = "0.4.12" chrono = "0.4.7" clap = "2.33.1" -crossbeam-channel = "0.5.0" +crossbeam-channel = "0.5.3" dirs = "2.0.2" ethsign = {version = "0.6.1", default-features = false, features = ["pure-rust"]} ethsign-crypto = "0.2.1"