diff options
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 539dffc906e..cfe9530e072 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -64,7 +64,7 @@ ipc-channel = "0.14" itertools = "0.8" js = { package = "mozjs", git = "https://github.com/servo/rust-mozjs" } jstraceable_derive = { path = "../jstraceable_derive" } -keyboard-types = "0.5" +keyboard-types = "0.6" lazy_static = "1" libc = "0.2" log = "0.4" |