File: relax-deps.patch

package info (click to toggle)
rust-hidapi 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Last-Updated: 2025-08-08
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -115,3 +115,3 @@
 [target.'cfg(target_os = "linux")'.dependencies.nix]
-version = "0.27"
+version = "0.29"
 features = [
@@ -124,3 +124,3 @@
 [target.'cfg(target_os = "linux")'.dependencies.udev]
-version = "0.8"
+version = "0.9"
 optional = true