Decoupled domain records change from domain renewal.
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alfis"
|
||||
version = "0.6.12"
|
||||
version = "0.7.0"
|
||||
authors = ["Revertron <alfis@revertron.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
@@ -39,7 +39,7 @@ sqlite = "0.26.0"
|
||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
mio = { version = "0.8.2", features = ["os-poll", "net"] }
|
||||
ureq = { version = "2.4", optional = true }
|
||||
lru = "0.7.3"
|
||||
lru = "0.7.5"
|
||||
derive_more = "0.99.17"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
@@ -50,7 +50,7 @@ open = { version = "2.1.1", optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
|
||||
thread-priority = "0.8.0"
|
||||
thread-priority = "0.8.2"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
||||
thread-priority = "0.8.2"
|
||||
|
||||
Reference in New Issue
Block a user