diff --git a/Cargo.lock b/Cargo.lock index b02b5552592..b8c1c61ece8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2127,9 +2127,9 @@ dependencies = [ [[package]] name = "gilrs" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b54e5e39844ab5cddaf3bbbdfdc2923a6cb34e36818b95618da4e3f26302c24c" +checksum = "3f226b8f4d9bc7da93de8efd8747c6b1086409ca3f4b6d51e9a7f5461a9183fe" dependencies = [ "fnv", "gilrs-core", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index fb113be2ad3..1128f41b3f7 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -97,7 +97,7 @@ egui = { version = "0.28.1" } egui_glow = { version = "0.28.1", features = ["winit"] } egui-winit = { version = "0.28.1", default-features = false, features = ["clipboard", "wayland"] } euclid = { workspace = true } -gilrs = "0.10.7" +gilrs = "0.10.8" gleam = { workspace = true } glow = "0.13.1" keyboard-types = { workspace = true }