diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2.1" } +rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" } thiserror = "1.0" |