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 1/2] 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 } From 6239a929d27555687a63dd3e525cfdfea8869dfd Mon Sep 17 00:00:00 2001 From: KYokoyama <8509057+KaiseiYokoyama@users.noreply.github.com> Date: Tue, 13 Apr 2021 09:01:06 +0900 Subject: [PATCH 2/2] update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61c3a57..8e7946e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "joycon-rs" -version = "0.6.1" +version = "0.6.2" authors = ["Kaisei Yokoyama "] repository = "https://github.com/KaiseiYokoyama/joycon-rs" edition = "2018"