updated any-dns version

This commit is contained in:
Severin Buhler
2024-02-06 19:36:52 +01:00
parent 7c14178b95
commit ba6b7879cf
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -109,12 +109,11 @@ dependencies = [
[[package]]
name = "any-dns"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db292195c7900321fa452c5601d9bf3ec41763f18647ebcf968902445e1fe589"
checksum = "9187fc51343b681b1ab76d6af954d0684cb8202a2500723f42e2dbafd8a8dc2f"
dependencies = [
"async-trait",
"ctrlc",
"dyn-clone",
"simple-dns",
"thiserror",

View File

@@ -13,7 +13,7 @@ pkarr = "1.0.4"
zbase32 = "0.1.2"
ttl_cache = "0.5.1"
clap = "4.4.18"
any-dns = "0.2.0"
any-dns = "0.2.1"
chrono = "0.4.33"
tokio = { version = "1.36.0", features = ["full"] }
async-trait = "0.1.77"