Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why hickory-proto 0.24.1 ring dependencies is still 0.16.20 #2186

Open
i18n-now opened this issue Apr 19, 2024 · 1 comment
Open

why hickory-proto 0.24.1 ring dependencies is still 0.16.20 #2186

i18n-now opened this issue Apr 19, 2024 · 1 comment

Comments

@i18n-now
Copy link

I see the project Cargo.toml , ring version is 0.17
but in my /Cargo.lock , hickory-proto 0.24.1 ring dependencies is still 0.16.20

I want ring 0.17, because ring 0.16.20 not support windows arm
( briansmith/ring#1167 (comment) )

  [[package]]
  name = "hickory-proto"
  version = "0.24.1"
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
  dependencies = [
   "async-trait",
   "bytes",
   "cfg-if",
   "data-encoding",
   "enum-as-inner",
   "futures-channel",
   "futures-io",
   "futures-util",
   "h2 0.3.26",
   "http 0.2.12",
   "idna 0.4.0",
   "ipnet",
   "once_cell",
   "rand",
   "ring 0.16.20",
   "rustls 0.21.10",
   "rustls-pemfile 1.0.4",
   "thiserror",
   "tinyvec",
   "tokio",
   "tokio-rustls 0.24.1",
   "tracing",
   "url",
  ]
@djc
Copy link
Collaborator

djc commented Apr 19, 2024

Because hickory-proto relies on Quinn and Quinn hasn't been upgraded to ring 0.17. See quinn-rs/quinn#1715 / quinn-rs/quinn#1737.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants