mirror of
https://github.com/aljazceru/pkdns.git
synced 2025-12-18 14:34:20 +01:00
updated any-dns version
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -109,12 +109,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "any-dns"
|
name = "any-dns"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db292195c7900321fa452c5601d9bf3ec41763f18647ebcf968902445e1fe589"
|
checksum = "9187fc51343b681b1ab76d6af954d0684cb8202a2500723f42e2dbafd8a8dc2f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"ctrlc",
|
|
||||||
"dyn-clone",
|
"dyn-clone",
|
||||||
"simple-dns",
|
"simple-dns",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ pkarr = "1.0.4"
|
|||||||
zbase32 = "0.1.2"
|
zbase32 = "0.1.2"
|
||||||
ttl_cache = "0.5.1"
|
ttl_cache = "0.5.1"
|
||||||
clap = "4.4.18"
|
clap = "4.4.18"
|
||||||
any-dns = "0.2.0"
|
any-dns = "0.2.1"
|
||||||
chrono = "0.4.33"
|
chrono = "0.4.33"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.36.0", features = ["full"] }
|
||||||
async-trait = "0.1.77"
|
async-trait = "0.1.77"
|
||||||
|
|||||||
Reference in New Issue
Block a user