Skip to content

Commit 8d66068

Browse files
committed
zeronsd 0.4
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
1 parent 82dcc02 commit 8d66068

File tree

2 files changed

+61
-36
lines changed

2 files changed

+61
-36
lines changed

Cargo.lock

Lines changed: 58 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeronsd"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Erik Hollensbe <linux@hollensbe.org>", "Adam Ierymenko <adam.ierymenko@zerotier.com>"]
55
description = "Unicast DNS resolver for ZeroTier networks"
66
homepage = "https://github.com/zerotier/zeronsd"
@@ -18,8 +18,8 @@ regex = ">= 0"
1818
anyhow = ">= 0"
1919
clap = { version = "^3", features = ["derive"] }
2020
ipnetwork = ">= 0"
21-
trust-dns-resolver = { version = "^0.21.0", features = ["tokio-runtime", "dns-over-openssl"], git = "https://github.com/erikh/trust-dns", branch = "tracing" }
22-
trust-dns-server = { version = "^0.21.0", features = ["trust-dns-resolver", "dns-over-openssl"], git = "https://github.com/erikh/trust-dns", branch = "tracing" }
21+
trust-dns-resolver = { version = "^0.21.0", features = ["tokio-runtime", "dns-over-openssl"] }
22+
trust-dns-server = { version = "^0.21.0", features = ["trust-dns-resolver", "dns-over-openssl"] }
2323
tokio = { version = "1", features = ["full"] }
2424
zerotier-central-api = { version = "= 1.0.3" }
2525
zerotier-one-api = { version = "= 1.0.5" }

0 commit comments

Comments
 (0)