diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -134,8 +134,8 @@ dependencies = [ [[package]] name = "rsdsl_ip_config" -version = "0.1.0" -source = "git+https://github.com/rsdsl/ip_config.git#e13adb9cc9367ad93f1e947335b0d56108015999" +version = "0.2.1" +source = "git+https://github.com/rsdsl/ip_config.git#26c15096a1f4b69c6c06b5373b507c9dbbfc54c5" dependencies = [ "serde", ] @@ -8,5 +8,5 @@ edition = "2021" [dependencies] nix = { version = "0.26.2", features = ["time"] } ntp = "0.5.0" -rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.1.0" } +rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.1" } thiserror = "1.0" |