From 54ba027db6ba9717f65f9cb1b6e1edafaad428b7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Sep 2025 01:43:03 +0000
Subject: [PATCH] build(deps): bump gilrs-core from 0.6.4 to 0.6.5 (#39424)
Bumps [gilrs-core](https://gitlab.com/gilrs-project/gilrs) from 0.6.4 to
0.6.5.
Commits
e07b360
Prepare for gilrs-core 0.6.5
4b074c1
Update nix
583ad9b
core: Expand windows
version range to include
0.62
release
f165d80
Fix new Jitter comment
9490be5
refactor: fixed some inconsistencies
e27689d
add fallback warning for no uuid found
- See full diff in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
---------
Signed-off-by: dependabot[bot]
Signed-off-by: Euclid Ye
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Euclid Ye
---
Cargo.lock | 28 ++++++++--------------------
deny.toml | 1 -
2 files changed, 8 insertions(+), 21 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 5a8576c92e5..c9ba75c3989 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -729,7 +729,7 @@ dependencies = [
"libc",
"log",
"mach2",
- "nix 0.30.1",
+ "nix",
"rustc-demangle",
"rustc-hash 2.1.1",
"serde_json",
@@ -3143,9 +3143,9 @@ dependencies = [
[[package]]
name = "gilrs-core"
-version = "0.6.4"
+version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6d95ae10ce5aa99543a28cf74e41c11f3b9e3c14f0452bbde46024753cd683e"
+checksum = "f3579883f2f2419e20a55b19ce7cc7bd96b50321ad99082a1637a6c01631ee82"
dependencies = [
"core-foundation 0.10.1",
"inotify",
@@ -3154,12 +3154,12 @@ dependencies = [
"libc",
"libudev-sys",
"log",
- "nix 0.29.0",
+ "nix",
"uuid",
"vec_map",
"wasm-bindgen",
"web-sys",
- "windows 0.58.0",
+ "windows 0.61.3",
]
[[package]]
@@ -4062,7 +4062,7 @@ dependencies = [
"js-sys",
"log",
"wasm-bindgen",
- "windows-core 0.58.0",
+ "windows-core 0.61.2",
]
[[package]]
@@ -5628,18 +5628,6 @@ version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
-[[package]]
-name = "nix"
-version = "0.29.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
-dependencies = [
- "bitflags 2.9.4",
- "cfg-if",
- "cfg_aliases",
- "libc",
-]
-
[[package]]
name = "nix"
version = "0.30.1"
@@ -8018,7 +8006,7 @@ dependencies = [
"napi-ohos",
"net",
"net_traits",
- "nix 0.30.1",
+ "nix",
"objc2-app-kit 0.3.1",
"objc2-foundation 0.3.1",
"ohos-abilitykit-sys",
@@ -10911,7 +10899,7 @@ dependencies = [
"futures-core",
"futures-lite",
"hex 0.4.3",
- "nix 0.30.1",
+ "nix",
"ordered-stream",
"serde",
"serde_repr",
diff --git a/deny.toml b/deny.toml
index bbd8fc6eb0c..e66d37d293b 100644
--- a/deny.toml
+++ b/deny.toml
@@ -99,7 +99,6 @@ skip = [
"itertools",
# Duplicated by egui
- "nix",
"windows-strings",
# Duplicated by egui-file-dialog