mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
deps: Update keyboard-types to 0.7. (#1378)
This commit is contained in:
parent
f652474a6e
commit
d8704a0447
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ serde_repr = { version = "0.1", optional = true }
|
|||
wasm-bindgen = { workspace = true, optional = true }
|
||||
euclid = "0.22.7"
|
||||
enumset = "1.0.11"
|
||||
keyboard-types = "0.6.2"
|
||||
keyboard-types = "0.7"
|
||||
async-trait = "0.1.58"
|
||||
serde-value = "0.7.0"
|
||||
tokio = { workspace = true, features = ["fs", "io-util"], optional = true }
|
||||
|
|
|
@ -12,7 +12,7 @@ authors = ["Jonathan Kelley", "Evan Almloff"]
|
|||
[dependencies]
|
||||
dioxus-core = { workspace = true, optional = true }
|
||||
|
||||
keyboard-types = "0.6.2"
|
||||
keyboard-types = "0.7"
|
||||
smallvec = "1.6"
|
||||
rustc-hash = { workspace = true }
|
||||
anymap = "1.0.0-beta.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue