Skip to content

Commit

Permalink
Use our custom trust-dns implementation until https://github.com/blue…
Browse files Browse the repository at this point in the history
…jekyll/trust-dns/pull/1632 is decided.

Signed-off-by: Edu4rdSHL <[email protected]>
  • Loading branch information
Edu4rdSHL committed Feb 13, 2022
1 parent 4e35140 commit 66a6166
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fhc"
version = "0.6.0"
version = "0.6.1"
authors = ["Eduard Tolosa <[email protected]>"]
edition = "2018"
description = "Fast HTTP Checker."
Expand All @@ -19,6 +19,10 @@ reqwest = { version = "0.11.9", features = ["trust-dns", "rustls-tls", "native-t
openssl = { version = "0.10.38", features = ["vendored"] }
rand = "0.8.4"

# https://github.com/bluejekyll/trust-dns/pull/1632
[patch.crates-io]
trust-dns-resolver = { git = "https://github.com/Findomain/trust-dns", package = "trust-dns-resolver", branch = "custombranch" }


[profile.release]
lto = true
Expand Down

0 comments on commit 66a6166

Please sign in to comment.