aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-15 18:10:24 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-15 18:10:24 +0100
commit4502e0c11497032593f0a29e06deda43a14a05c2 (patch)
tree74d0ecc4f014ab2f97569e32e2c9b233aff7cc9e /Cargo.toml
parent2049aed8044e2ddc482ab772b8cd4bd58849e2a0 (diff)
cargo update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0058ff..47ef2ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ ipnet = "2.7.1"
libc = "0.2"
linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" }
rand = "0.8.5"
-rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.2.0", default-features = false, features = ["blocking", "status"] }
+rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.2.1", default-features = false, features = ["blocking", "status"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"