fix: removed path dependency on anydns

This commit is contained in:
Severin Buhler
2024-02-19 20:28:03 +01:00
parent b6bf4e41f5
commit 00d7a0d207
3 changed files with 5 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -109,7 +109,9 @@ dependencies = [
[[package]] [[package]]
name = "any-dns" name = "any-dns"
version = "0.2.3" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be1edacbeccbc03fc35a62525fbe01ad2aee22b1008a1b93b2fa121feaa27980"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"dyn-clone", "dyn-clone",

View File

@@ -13,7 +13,7 @@ pkarr = { version = "1.0.4", features = ["dht", "async"]}
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 = {path = "../any-dns"} any-dns = "0.2.4"
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"

View File

@@ -112,7 +112,7 @@ EASY - All in pkarr:
- No recursion. - No recursion.
ADVANCED - Fully featured: ADVANCED - Fully featured:
- Delegate your zone to a fully fledged name server ([bind9](https://ubuntu.com/server/docs/service-domain-name-service-dns)?). - Delegate your zone to a fully fledged name server ([bind9](https://ubuntu.com/server/docs/service-domain-name-service-dns)).
- pkdns will forward the request the name server. - pkdns will forward the request the name server.