fix(deps): patch hickory-proto to 0.26.1 - #453
Merged
Merged
Conversation
Cascades through reqwest 0.13.1 -> 0.13.4, which pulls hickory-resolver 0.26.1 (requires hickory-proto ^0.26 instead of ^0.25). Signed-off-by: Toby Hede <toby@cipherstash.com>
yujiyokoo
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cargo update -p reqwest(0.13.1 -> 0.13.4, within its existing semver range), which cascades hickory-resolver 0.25.2 -> 0.26.1 and pulls in the fixed hickory-proto.cargo build --workspaceandcargo test --workspacepass. The one flaky test (config::tandem::tests::missing_database_config, fails only when run as part of the full suite, passes in isolation) reproduces identically on unmodified main — pre-existing, unrelated to this change.Test plan
cargo build --workspacecargo test --workspace(confirmed pre-existing flake unrelated to this change)