Skip to content

Commit

Permalink
hickory-dns, not trust-dns
Browse files Browse the repository at this point in the history
renamed in reqwest v0.11.27 due to upstream rename

also bump deps
  • Loading branch information
AlyoshaVasilieva committed Jun 29, 2024
1 parent 67cb3e5 commit 2c0a526
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ license-file = ["LICENSE-GPL.txt", "0"]
maintainer-scripts = "debian/maint-scripts" # empty, see cargo-deb docs
systemd-units = { enable = false, unit-scripts = "debian" }
default-features = false
features = ["gzip", "tls", "true-status", "redact-ip", "reqwest/trust-dns"]
# reqwest/trust-dns is set in case it's running on musl with a broken DNS implementation
features = ["gzip", "tls", "true-status", "redact-ip", "reqwest/hickory-dns"]
# reqwest/hickory-dns is set in case it's running on musl with a broken DNS implementation

0 comments on commit 2c0a526

Please sign in to comment.