Skip to content

Commit

Permalink
zeronsd 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <[email protected]>
  • Loading branch information
erikh committed Mar 30, 2022
1 parent 82dcc02 commit 8d66068
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 36 deletions.
91 changes: 58 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zeronsd"
version = "0.3.1"
version = "0.4.0"
authors = ["Erik Hollensbe <[email protected]>", "Adam Ierymenko <[email protected]>"]
description = "Unicast DNS resolver for ZeroTier networks"
homepage = "https://github.com/zerotier/zeronsd"
Expand All @@ -18,8 +18,8 @@ regex = ">= 0"
anyhow = ">= 0"
clap = { version = "^3", features = ["derive"] }
ipnetwork = ">= 0"
trust-dns-resolver = { version = "^0.21.0", features = ["tokio-runtime", "dns-over-openssl"], git = "https://github.com/erikh/trust-dns", branch = "tracing" }
trust-dns-server = { version = "^0.21.0", features = ["trust-dns-resolver", "dns-over-openssl"], git = "https://github.com/erikh/trust-dns", branch = "tracing" }
trust-dns-resolver = { version = "^0.21.0", features = ["tokio-runtime", "dns-over-openssl"] }
trust-dns-server = { version = "^0.21.0", features = ["trust-dns-resolver", "dns-over-openssl"] }
tokio = { version = "1", features = ["full"] }
zerotier-central-api = { version = "= 1.0.3" }
zerotier-one-api = { version = "= 1.0.5" }
Expand Down

0 comments on commit 8d66068

Please sign in to comment.