mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix use of hickory-resolver features
And bump hickory-resolver to 0.25.1 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
c4d065e3b3
commit
fb4edb8f78
1 changed files with 5 additions and 5 deletions
|
@ -63,7 +63,7 @@ tokio = { version = "1.44.0", features = [
|
||||||
tokio-tar = "0.3.0"
|
tokio-tar = "0.3.0"
|
||||||
tokio-util = { version = "0.7.8", features = ["io"] }
|
tokio-util = { version = "0.7.8", features = ["io"] }
|
||||||
tracing = "0.1.39"
|
tracing = "0.1.39"
|
||||||
hickory-resolver = { version = "0.25.0", optional = true, features = [
|
hickory-resolver = { version = "0.25.1", optional = true, features = [
|
||||||
"dnssec-ring",
|
"dnssec-ring",
|
||||||
] }
|
] }
|
||||||
once_cell = { version = "1.18.0", optional = true }
|
once_cell = { version = "1.18.0", optional = true }
|
||||||
|
@ -104,11 +104,11 @@ rustls = [
|
||||||
"reqwest/rustls-tls-native-roots",
|
"reqwest/rustls-tls-native-roots",
|
||||||
|
|
||||||
# Enable the following features only if hickory-resolver is enabled.
|
# Enable the following features only if hickory-resolver is enabled.
|
||||||
"hickory-resolver?/dns-over-rustls",
|
"hickory-resolver?/tls-ring",
|
||||||
# hickory-resolver currently supports https with rustls
|
# hickory-resolver currently supports https with rustls
|
||||||
"hickory-resolver?/dns-over-https-rustls",
|
"hickory-resolver?/https-ring",
|
||||||
"hickory-resolver?/dns-over-quic",
|
"hickory-resolver?/quic-ring",
|
||||||
"hickory-resolver?/dns-over-h3",
|
"hickory-resolver?/h3-ring",
|
||||||
]
|
]
|
||||||
native-tls = ["__tls", "native-tls-crate", "reqwest/native-tls"]
|
native-tls = ["__tls", "native-tls-crate", "reqwest/native-tls"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue