fix(deps): update rust crate wreq-util to v3 - autoclosed - #200
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update rust crate wreq-util to v3 - autoclosed#200renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
sqdshguy
added a commit
that referenced
this pull request
Aug 24, 2026
Two separate problems produced the broken PRs #199 and #200: Upstream renumbered both crates downward in Aug 2026 (wreq 6.0.0-rc.31 -> 0.16.0, wreq-util 3.0.0-rc.14 -> 0.2.0), so crates.io still reports the abandoned rc line as max_version. Combined with respectLatest: false, Renovate kept proposing a jump back to it. allowedVersions caps us at 0.x; a regex rather than "<1.0.0" so 0.x prereleases still match under ignoreUnstable. The crates are also welded together - wreq-util 0.2.0 requires wreq ^0.16.0 - so any solo bump of either resolves two semver-incompatible wreq versions into one binary and fails to compile with type mismatches on Emulation and the CertificateCompressor impls. groupName makes them move in a single PR. Ref: 0x676e67/wreq#1254
auto-merge was automatically disabled
August 24, 2026 12:04
Pull request was closed
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.
This PR contains the following updates:
0.2.0→3.0.0-rc.140.2.0→3.0.0-rc.14Release Notes
0x676e67/wreq-util (wreq-util)
v3.0.0-rc.14Compare Source
Fixed
qvalue (#101)Other
v3.0.0-rc.13Compare Source
Added
Other
v3.0.0-rc.12Compare Source
Added
Fixed
Other
emulatewhen applyingemulation(#83)Contributingsection inREADME.md(#81)v3.0.0-rc.11Compare Source
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.10...v3.0.0-rc.11
v3.0.0-rc.10Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.9...v3.0.0-rc.10
v3.0.0-rc.9Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.8...v3.0.0-rc.9
v3.0.0-rc.8Compare Source
What's Changed
New Contributors
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.7...v3.0.0-rc.8
v3.0.0-rc.7Compare Source
What's Changed
New Contributors
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.6...v3.0.0-rc.7
v3.0.0-rc.6Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.5...v3.0.0-rc.6
v3.0.0-rc.5Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.3...v3.0.0-rc.5
v3.0.0-rc.3Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.2...v3.0.0-rc.3
v3.0.0-rc.2Compare Source
What's Changed
#[inline(always)]to reduce stack overflow risk by @0x676e67 in #49Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.1...v3.0.0-rc.2
v3.0.0-rc.1Compare Source
Fixed
qvalue (#101)Other
v2.2.6Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v2.2.5...v2.2.6
v2.2.5Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v2.2.3...v2.2.5
v2.2.3Compare Source
What's Changed
Full Changelog: 0x676e67/wreq-util@v2.2.2...v2.2.3
v2.2.2Compare Source
What's Changed
Clonefor EmulationOption by @0x676e67 in #37Full Changelog: 0x676e67/wreq-util@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
OStypes by @0x676e67 in 0x676e67/rquest-util#31Full Changelog: 0x676e67/wreq-util@v2.2.0...v2.2.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.