Skip to content

Commit

Permalink
chore: switch to ring
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Nov 17, 2023
1 parent 0e71fea commit 92b71ff
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 88 deletions.
121 changes: 38 additions & 83 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
backoff = "0.4"
base64 = "0.21.0"
clap = { version = "4.2.7", features = ["derive"] }
hickory-client = { version = "0.24.0", features = ["dnssec-ring"] }
hickory-proto = "0.24.0"
once_cell = "1.18"
serde = { version = "1.0.163", features = ["derive"] }
serde_with = { version = "3.0.0", features = ["base64"] }
time = "0.3.21"
toml = "0.7.3"
hickory-client = { version = "0.24.0", features = ["dnssec", "dnssec-openssl"] }
hickory-proto = { version = "0.24.0", features = ["dnssec-openssl"] }
openssl = { version = "0.10.59", features = ["vendored"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
once_cell = "1.18"
backoff = "0.4"

0 comments on commit 92b71ff

Please sign in to comment.