From 1b3a64bc7eec5ed5162d8c48a466f9024a1516d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:58:34 +0000 Subject: [PATCH] Bump crossbeam-channel from 0.5.7 to 0.5.8 Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.7 to 0.5.8. - [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.7...crossbeam-channel-0.5.8) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-host/Cargo.toml | 2 +- crates/fj-window/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53b8e787c..84c6bb1e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,9 +715,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" +checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" dependencies = [ "cfg-if", "crossbeam-utils", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index c3b920e8f..6148aef44 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -13,7 +13,7 @@ categories.workspace = true [dependencies] cargo_metadata = "0.15.3" -crossbeam-channel = "0.5.7" +crossbeam-channel = "0.5.8" fj.workspace = true fj-interop.workspace = true fj-operations.workspace = true diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 98961a281..5847e3bdf 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -15,7 +15,7 @@ fj-host.workspace = true fj-operations.workspace = true fj-viewer.workspace = true fj-interop.workspace = true -crossbeam-channel = "0.5.7" +crossbeam-channel = "0.5.8" futures = "0.3.28" thiserror = "1.0.40" tracing = "0.1.37"