mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 12:01:31 +11:00
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:
parent
264aed722d
commit
dc94c5fee0
|
@ -18,7 +18,7 @@ serde = [ "dep:serde" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
keyboard-types = "0.6"
|
keyboard-types = "0.7"
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
serde = { version = "1", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue