Skip to content

Commit

Permalink
update keyboard-types crate
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jun 29, 2020
1 parent 345238a commit 7653c6c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ gfx_traits = { path = "../gfx_traits" }
gleam = { version = "0.11", optional = true }
image = "0.23"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
libc = "0.2"
log = "0.4"
msg = { path = "../msg" }
Expand Down
2 changes: 1 addition & 1 deletion components/constellation/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" }
http = "0.1"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
layout_traits = { path = "../layout_traits" }
log = "0.4"
media = { path = "../media" }
Expand Down
2 changes: 1 addition & 1 deletion components/embedder_traits/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
crossbeam-channel = "0.4"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
lazy_static = "1"
log = "0.4"
msg = { path = "../msg" }
Expand Down
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ euclid = "0.20"
hashglobe = { path = "../hashglobe" }
hyper = { version = "0.12", optional = true }
hyper_serde = { version = "0.11", optional = true }
keyboard-types = { version = "0.4.3", optional = true }
keyboard-types = { version = "0.5", optional = true }
selectors = { path = "../selectors" }
serde = { version = "1.0.27", optional = true }
serde_bytes = { version = "0.11", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -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.4.4"
keyboard-types = "0.5"
lazy_static = "1"
libc = "0.2"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion components/script_traits/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ http = "0.1"
hyper = "0.12"
hyper_serde = "0.11"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
libc = "0.2"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
Expand Down
2 changes: 1 addition & 1 deletion components/servo/Cargo.toml
Expand Up @@ -57,7 +57,7 @@ gfx_traits = { path = "../gfx_traits" }
gleam = "0.11"
gstreamer = { version = "0.15", optional = true }
ipc-channel = "0.14"
keyboard-types = "0.4"
keyboard-types = "0.5"
layout_thread_2013 = { path = "../layout_thread", optional = true }
layout_thread_2020 = { path = "../layout_thread_2020", optional = true }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ euclid = "0.20"
hyper = "0.12"
image = "0.23"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
log = "0.4"
msg = { path = "../msg" }
net_traits = { path = "../net_traits" }
Expand Down
2 changes: 1 addition & 1 deletion ports/winit/Cargo.toml
Expand Up @@ -50,7 +50,7 @@ backtrace = "0.3"
clipboard = "0.5"
euclid = "0.20"
getopts = "0.2.11"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
lazy_static = "1"
libc = "0.2"
libservo = { path = "../../components/servo" }
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/script/Cargo.toml
Expand Up @@ -11,6 +11,6 @@ path = "lib.rs"

[dependencies]
euclid = "0.20"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}

0 comments on commit 7653c6c

Please sign in to comment.