aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-30 19:26:24 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-30 19:26:24 +0100
commit784bf3aa2227a6e1a33e441fcb8e72ae0727d1e0 (patch)
tree8642eea89e3e03007b60491a3a5c618c8512b75c
parent6bb29a01ee6544ff2d8c2eaf9aece45cc4e35a76 (diff)
update rsdsl_ip_config to v0.3.0
-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 69e604e..9f74eda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -422,8 +422,8 @@ dependencies = [
[[package]]
name = "rsdsl_ip_config"
-version = "0.2.4"
-source = "git+https://github.com/rsdsl/ip_config.git#b68885346f4aa8a3216645c65e92f7c7a2c5ff51"
+version = "0.3.0"
+source = "git+https://github.com/rsdsl/ip_config.git#9bfd713a9edf9a31fb71095434195c3d0ea3097e"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index c0b7220..c7e08d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ netlink-packet-core = "0.7.0"
netlink-packet-netfilter = "0.2.0"
netlink-packet-utils = "0.5.2"
netlink-sys = { version = "0.8.5", features = ["tokio", "tokio_socket"] }
-rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.4" }
+rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.3.0" }
rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.4.5", features = ["blocking"] }
rsdsl_pd_config = { git = "https://github.com/rsdsl/pd_config.git", version = "0.1.0" }
serde_json = "1.0"