From 8cb647ad1ecd40b7ad5dc9bbc3b364a97e8f47ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:12:35 +0000 Subject: [PATCH] Bump crossbeam-channel in /exonum-java-binding/core/rust Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.2 to 0.4.4. - [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/v0.4.2...crossbeam-channel-0.4.4) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: indirect ... Signed-off-by: dependabot[bot] --- exonum-java-binding/core/rust/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exonum-java-binding/core/rust/Cargo.lock b/exonum-java-binding/core/rust/Cargo.lock index b2ee7cf68..8770fc6bb 100644 --- a/exonum-java-binding/core/rust/Cargo.lock +++ b/exonum-java-binding/core/rust/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.9.0" @@ -830,9 +832,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061" +checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" dependencies = [ "crossbeam-utils", "maybe-uninit",