Skip to content

Commit

Permalink
Merge pull request #63 from KaiseiYokoyama/dependabot/cargo/crossbeam…
Browse files Browse the repository at this point in the history
…-channel-0.5.1

Update crossbeam-channel requirement from 0.4.2 to 0.5.1
  • Loading branch information
KaiseiYokoyama authored Apr 12, 2021
2 parents 2d7d3ca + c887075 commit f8ba5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit f8ba5b0

Please sign in to comment.