File: 0010-Revert-fix-deps-update-rust-crate-sysctl-to-0.6.0.patch

package info (click to toggle)
netavark 1.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: sh: 1,012; makefile: 158
file content (22 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Reinhard Tartler <siretart@tauware.de>
Date: Wed, 26 Feb 2025 09:28:41 -0500
Subject: Revert "fix(deps): update rust crate sysctl to 0.6.0"

This reverts commit dccb834a7c4a9ad3e716f18653e4da9f8e12a9a8.
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 415f37c..d4bc5dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ rand = "0.9.2"
 sha2 = "0.10.9"
 netlink-packet-route = "0.23.0"
 netlink-packet-core = "0.7.0"
-netlink-sys = "0.8.7"
+netlink-sys = ">= 0.5"
 nftables = "0.6.3"
 fs2 = "0.4.3"
 tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "signal", "fs"] }