diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-19 06:43:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 05:43:39 +0000 |
commit | 291fbce434f804c2ce51d2b966bab4c472d9ecf3 (patch) | |
tree | 17176ab68e920e768b3437cc5934041f2ed4e80d /ports/servoshell | |
parent | c25069161d868169ef684632c8b2c601f9b9d6ee (diff) | |
download | servo-291fbce434f804c2ce51d2b966bab4c472d9ecf3.tar.gz servo-291fbce434f804c2ce51d2b966bab4c472d9ecf3.zip |
build(deps): bump gilrs from 0.10.4 to 0.10.6 (#31740)
Bumps [gilrs](https://gitlab.com/gilrs-project/gilrs) from 0.10.4 to 0.10.6.
- [Commits](https://gitlab.com/gilrs-project/gilrs/compare/v0.10.4...v0.10.6)
---
updated-dependencies:
- dependency-name: gilrs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'ports/servoshell')
-rw-r--r-- | ports/servoshell/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index a7748effe42..9e916dd68a9 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.4" +gilrs = "0.10.6" gleam = { workspace = true } glow = "0.12.2" keyboard-types = { workspace = true } |