mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
dep: Bump hickory-resolver to 0.25.0-alpha.2 (#1869)
* dep: Bump hickory-resolver to 0.25.0-alpha.2 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Remove workaround for ring 0.16 on aarc64-pc-windows-msvc Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b854f3f52c
commit
96f5445e52
3 changed files with 78 additions and 281 deletions
|
@ -62,7 +62,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.24.0", optional = true, features = [
|
||||
hickory-resolver = { version = "0.25.0-alpha.2", optional = true, features = [
|
||||
"dnssec-ring",
|
||||
] }
|
||||
once_cell = { version = "1.18.0", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue