From c887075eb4a70c9d0ec2b18eef398ada51286803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 05:26:33 +0000 Subject: [PATCH] Update crossbeam-channel requirement from 0.4.2 to 0.5.1 Updates the requirements on [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) to permit the latest version. - [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.4.3...crossbeam-channel-0.5.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02623f5..61c3a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["/images/*"] [dependencies] hidapi-alt-for-hidapi-issue-127 = "1.2.1" -crossbeam-channel = "0.4.2" +crossbeam-channel = "0.5.1" lazy_static = "1.4.0" serde = { version = "1.0", features = ["derive"] , optional = true }