build(deps): bump hickory dns stack#780
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5a8a406. Configure here.
Greptile SummaryThis PR bumps the workspace
Confidence Score: 5/5Safe to merge — no app logic changed, all client builder sites updated consistently, and the webpki fallback is well-guarded by correct cfg conditions. The change is purely a dependency bump with no Rust source logic changes beyond the new No files require special attention. The stale Important Files Changed
Reviews (2): Last reviewed commit: "build(deps): bump hickory dns stack" | Re-trigger Greptile |
5a8a406 to
2219951
Compare

Summary
reqwestto0.13and use the renamedrustlsfeatureCargo.lock, movinghickory-protoandhickory-resolverto0.26.1reqwestentries toreqwest 0.13.4Verification
cargo checkgit diff --checkcargo tree -i hickory-proto@0.26.1cargo tree -i webpki-root-certsNote:
cargo clippy --all-targets -- -D warningswas attempted, but currentmainhas unrelated clippy warnings incrates/aube-resolver/src/tests.rsandcrates/aube/src/commands/update.rs.Note
High Risk
Changes TLS trust configuration and the HTTP/DNS stack used for registry, OSV, login, and update checks—any mis-merge of roots or reqwest 0.13 behavior could break installs or auth in production.
Overview
Bumps the workspace
reqweststack to 0.13 (feature renamerustls-tls→rustls) and refreshesCargo.lock, includinghickory-proto/hickory-resolver0.26.1 and a singlereqwest0.13.4 entry instead of duplicate 0.12/0.13 pins.Adds
webpki-root-certsandaube_util::http::with_webpki_root_fallback, which merges Mozilla’s baked-in roots withrustls-platform-verifieron Unix (except Android) and Windows. Registry HTTP clients, OSV/supply-chain probes, OSV bloom/mirror builders,aube login, and the update notifier all buildreqwest::Clientthrough that helper so TLS behavior stays consistent after the upgrade.Reviewed by Cursor Bugbot for commit 2219951. Bugbot is set up for automated code reviews on this repo. Configure here.