From 41f8f2f5691a50559cabcff96700a1f46460f5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:42:28 +0000 Subject: [PATCH] Bump crossbeam-channel from 0.5.13 to 0.5.15 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.15. - [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.13...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f622d477bb..1a87015425 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,9 +992,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ "crossbeam-utils", ] diff --git a/Cargo.toml b/Cargo.toml index c1955f268a..e7fd7ef173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ chacha20poly1305 = "0.10.1" clap = { version = "4.4.7", features = ["derive", "string", "cargo"] } convert_case = "0.6.0" criterion = { version = "0.5.1", default-features = false } -crossbeam-channel = "0.5.8" +crossbeam-channel = "0.5.15" ctrlc = "3.4.1" crypto_box = { version = "0.9.1", features = ["chacha20"] } dashmap = "6.0.1"