aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-15 18:08:11 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-15 18:08:11 +0100
commit22bc3bba40fac7139ace0ec65fd9c70906fc7358 (patch)
tree3fbf9cd3c87827a382115b36c8df926ff81167ba
parent50f31d9a512012a894d2165d6d04e2d387ac92c4 (diff)
cargo update
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7c6af8..c966cc6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -472,8 +472,8 @@ dependencies = [
[[package]]
name = "rsdsl_netlinklib"
-version = "0.1.2"
-source = "git+https://github.com/rsdsl/netlinklib.git#d12f01295f4a108073e7e8f9f50fc57257300950"
+version = "0.2.1"
+source = "git+https://github.com/rsdsl/netlinklib.git#e90ee46c1aeb83973da25e9b104c896baddc475d"
dependencies = [
"futures",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index d75fab0..d48442f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
ipnet = "2.8.0"
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" }
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.1.2", features = ["blocking"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.2.1", features = ["blocking"] }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"
signal-hook = "0.3.17"