mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Pin hickory-resolver to avoid breakage
Cargo considers 0.25.0-alpha.* to be compatible while they can contain breaking changes between alpha versions. Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
dffb233120
commit
b77145bca5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ tokio = { version = "1.35.0", features = [
|
|||
tokio-tar = "0.3.0"
|
||||
tokio-util = { version = "0.7.8", features = ["io"] }
|
||||
tracing = "0.1.39"
|
||||
hickory-resolver = { version = "0.25.0-alpha.5", optional = true, features = [
|
||||
hickory-resolver = { version = "=0.25.0-alpha.5", optional = true, features = [
|
||||
"dnssec-ring",
|
||||
] }
|
||||
once_cell = { version = "1.18.0", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue