From 047609fcae5fdac44d9a9d6fc1308452a2ac4d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:01:49 +0000 Subject: [PATCH] build(deps): bump gilrs from 0.10.6 to 0.10.7 (#32180) Bumps [gilrs](https://gitlab.com/gilrs-project/gilrs) from 0.10.6 to 0.10.7. - [Commits](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.6...v0.10.7) --- updated-dependencies: - dependency-name: gilrs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e80dc75dbe8..ace151ffe1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2013,9 +2013,9 @@ dependencies = [ [[package]] name = "gilrs" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "499067aa54af19f88732dc418f61f23d5912de1518665bb0eca034ca0d07574c" +checksum = "b54e5e39844ab5cddaf3bbbdfdc2923a6cb34e36818b95618da4e3f26302c24c" dependencies = [ "fnv", "gilrs-core", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 9e916dd68a9..2c0548e17b1 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -62,7 +62,7 @@ egui_glow = { version = "0.22.0", features = ["winit"] } egui-winit = { version = "0.22.0", default-features = false, features = ["clipboard", "wayland"] } euclid = { workspace = true } getopts = { workspace = true } -gilrs = "0.10.6" +gilrs = "0.10.7" gleam = { workspace = true } glow = "0.12.2" keyboard-types = { workspace = true }