From 1c4d60edbf305d6ec020e9487ca1c10a68d7fcf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 02:20:48 +0000 Subject: [PATCH] Bump crossbeam-channel from 0.5.8 to 0.5.9 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.8 to 0.5.9. - [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.8...crossbeam-channel-0.5.9) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f5e0efe..3f2a9206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +checksum = "14c3242926edf34aec4ac3a77108ad4854bffaa2e4ddc1824124ce59231302d5" dependencies = [ "cfg-if", "crossbeam-utils", @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.16" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" +checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index 52b457a2..a688319b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ debug = false [dependencies] core_affinity = "0.8.1" -crossbeam-channel = { version = "0.5.8", optional = true } +crossbeam-channel = { version = "0.5.9", optional = true } crossbeam-deque = "0.8.3" dyn-clone = "1.0.16" log = "0.4.20" @@ -34,7 +34,7 @@ flume = { version = "0.11.0", optional = true } [dev-dependencies] criterion = {version = "0.5.1", features = ["html_reports"]} -crossbeam-channel = { version = "0.5.8"} +crossbeam-channel = { version = "0.5.9"} env_logger = "0.10.1" rand = "0.8.5" raster = {git = "https://github.com/valebes/raster.git"}