diff options
Diffstat (limited to 'components/script_traits/Cargo.toml')
-rw-r--r-- | components/script_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index 266d80d3317..cd943871fc0 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -24,7 +24,7 @@ headers = "0.3" http = "0.2" hyper_serde = "0.12" ipc-channel = "0.14" -keyboard-types = "0.5" +keyboard-types = "0.6" libc = "0.2" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } |