Skip to content

Commit

Permalink
fix(deps): update rust crate keyboard-types to 0.7 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 264aed7 commit dc94c5f
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 @@ -18,7 +18,7 @@ serde = [ "dep:serde" ]

[dependencies]
crossbeam-channel = "0.5"
keyboard-types = "0.6"
keyboard-types = "0.7"
once_cell = "1"
thiserror = "1"
serde = { version = "1", optional = true }
Expand Down

0 comments on commit dc94c5f

Please sign in to comment.