Skip to content

Commit

Permalink
Merge pull request #3 from chenxiaolong/deps
Browse files Browse the repository at this point in the history
Update trust-dns to stable 0.21.0 release (and all other dependencies too)
  • Loading branch information
chenxiaolong authored Feb 26, 2022
2 parents 1e254b3 + 975ff64 commit 3950851
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 59 deletions.
96 changes: 41 additions & 55 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ edition = "2018"
env_logger = "0.9.0"
gethostname = "0.2.2"
log = "0.4.14"
netif = "0.1.1"
rand = "0.8.4"
netif = "0.1.2"
rand = "0.8.5"
thiserror = "1.0.30"
toml = "0.5.8"

[dependencies.clap]
version = "3.0.14"
version = "3.1.2"
features = ["derive"]

[dependencies.serde]
Expand All @@ -31,5 +31,5 @@ version = "1.12.0"
features = ["base64", "macros"]

[dependencies.trust-dns-client]
version = "0.21.0-alpha.5"
version = "0.21.0"
features = ["dnssec", "dnssec-ring"]

0 comments on commit 3950851

Please sign in to comment.