build(deps): bump gilrs-core from 0.5.11 to 0.5.12 (#32522)

Bumps [gilrs-core](https://gitlab.com/gilrs-project/gilrs) from 0.5.11 to 0.5.12.
- [Commits](https://gitlab.com/gilrs-project/gilrs/compare/gilrs-core-v0.5.11...gilrs-core-v0.5.12)

---
updated-dependencies:
- dependency-name: gilrs-core
  dependency-type: indirect
  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>
This commit is contained in:
dependabot[bot] 2024-06-17 16:32:06 +00:00 committed by GitHub
parent fe5faf0ded
commit 83b4dcf444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
Cargo.lock generated
View file

@ -728,6 +728,12 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "cgl"
version = "0.3.2"
@ -2102,9 +2108,9 @@ dependencies = [
[[package]]
name = "gilrs-core"
version = "0.5.11"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c132270a155f2548e67d66e731075c336c39098afc555752f3df8f882c720e"
checksum = "b922f294d9f062af517ea0bd0a036ddcf11c2842211c2f9c71a3ceee859e10b6"
dependencies = [
"core-foundation",
"inotify",
@ -2113,7 +2119,7 @@ dependencies = [
"libc",
"libudev-sys",
"log",
"nix 0.28.0",
"nix 0.29.0",
"uuid",
"vec_map",
"wasm-bindgen",
@ -4145,13 +4151,13 @@ dependencies = [
[[package]]
name = "nix"
version = "0.28.0"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
"cfg_aliases",
"cfg_aliases 0.2.1",
"libc",
]
@ -6100,7 +6106,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef31fb4346fc13b83872a73fa2a1f4856dbf3ab3eb3495b32fb41c26ec8cc7a"
dependencies = [
"bitflags 1.3.2",
"cfg_aliases",
"cfg_aliases 0.1.1",
"cgl",
"cocoa",
"core-foundation",
@ -7298,7 +7304,7 @@ dependencies = [
"arrayvec",
"bit-vec",
"bitflags 2.5.0",
"cfg_aliases",
"cfg_aliases 0.1.1",
"document-features",
"indexmap",
"log",
@ -7327,7 +7333,7 @@ dependencies = [
"bit-set",
"bitflags 2.5.0",
"block",
"cfg_aliases",
"cfg_aliases 0.1.1",
"core-graphics-types",
"d3d12",
"glow",
@ -7661,7 +7667,7 @@ dependencies = [
"bitflags 2.5.0",
"bytemuck",
"calloop",
"cfg_aliases",
"cfg_aliases 0.1.1",
"core-foundation",
"core-graphics",
"cursor-icon",