fix(deps): update rust crate keyboard-types to 0.7 (#104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-01 15:14:15 +03:00 committed by GitHub
parent 264aed722d
commit dc94c5fee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }