From f4051e089585abd8d7bf3b1df66296bbbf4f650f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:39:14 +0000 Subject: [PATCH] build(deps): 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dlib-support/Cargo.toml | 2 +- linux-hello/Cargo.toml | 2 +- railwork/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5be4f59..7834922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,9 +477,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[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/dlib-support/Cargo.toml b/dlib-support/Cargo.toml index 171aa9a..512f1b5 100644 --- a/dlib-support/Cargo.toml +++ b/dlib-support/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] dlib-sys = {path = "../dlib-sys/"} railwork = {path = "../railwork/"} -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" diff --git a/linux-hello/Cargo.toml b/linux-hello/Cargo.toml index 1cfe435..d75aadb 100644 --- a/linux-hello/Cargo.toml +++ b/linux-hello/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.12.5", features = ["blocking"] } once_cell = "1.19.0" figment = { version = "0.10.19", features = ["toml", "env"] } nix = { version = "0.29.0", features = ["user"] } -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" cxx = "1.0.124" # tokio = { version = "1.37.0" } comfy-table = "7.1.1" diff --git a/railwork/Cargo.toml b/railwork/Cargo.toml index 258340c..33134da 100644 --- a/railwork/Cargo.toml +++ b/railwork/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crossbeam-channel = "0.5.13" +crossbeam-channel = "0.5.15" log = "0.4.22" thiserror = "1.0.63"