diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "rsdsl_dnsd" -version = "0.2.1" +version = "0.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,7 +10,7 @@ byteorder = "1.4.3" bytes = "1.4.0" dns-message-parser = "0.7.0" notify = "5.1.0" -rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.1.4" } +rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.1.5" } rsdsl_he_config = { git = "https://github.com/rsdsl/he_config.git", version = "0.1.0" } serde_json = "1.0" thiserror = "1.0" |