Skip to content

fix(deps): update rust crate wreq-util to v3 - autoclosed - #200

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wreq-util-3.x
Closed

fix(deps): update rust crate wreq-util to v3 - autoclosed#200
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wreq-util-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
wreq-util build-dependencies major 0.2.03.0.0-rc.14
wreq-util dependencies major 0.2.03.0.0-rc.14

Release Notes

0x676e67/wreq-util (wreq-util)

v3.0.0-rc.14

Compare Source

Fixed
  • (emulate) Fix chrome accept header q value (#​101)
Other
  • (deps) bump actions/checkout from 6 to 7 (#​100)

v3.0.0-rc.13

Compare Source

Added
  • add Emulation::weighted_random for traffic-weighted profile selection (#​97)
Other
  • Add Chrome 149 to emulation profiles (#​99)

v3.0.0-rc.12

Compare Source

Added
  • (emulate) Add Firefox 150-151 (#​93)
  • (emulate) Add Chrome/Edge 148,Opera 131,Safari 26-2/4 (#​92)
  • (emulate) export enum variants (#​87)
  • (emulation) add Chrome and Edge 146-147 (#​86)
  • (emulation) add Opera 120-130 and Firefox 148-149 support (#​82)
Fixed
  • (emulate) fix HTTP2 configuration for OkHttp (#​94)
  • fix build
  • fix chrome grease value and brand order (#​91)
  • fix
Other
  • Update Cargo.toml
  • Update Cargo.toml
  • Update README.md
  • fix docs build (#​95)
  • Update wreq and wreq-util versions in README
  • release-plz.yml
  • (deps) bump softprops/action-gh-release from 2 to 3 (#​89)
  • Add Discord chat badge to README
  • Add rustfmt configuration settings
  • Update issue submission instructions in README
  • Update Cargo.toml
  • Update copyright year and owner in LICENSE file
  • Revise contributing section and add FAQ
  • Update Apache-2.0
  • export
  • Update Cargo.toml
  • update deps
  • update
  • (macros) fmt code (#​85)
  • (macros) fmt code
  • Fix variable naming in emulate.rs
  • (emulation) refine abstraction for emulation settings (#​84)
  • fmt
  • Change 'Overview' header to 'Features'
  • (mod) use emulate when applying emulation (#​83)
  • Update Contributing section in README.md (#​81)

v3.0.0-rc.11

Compare Source

  • feat(emulation): add Opera 120-130 and Firefox 148-149 support
  • feat(emulation): add Chrome and Edge 146-147

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.10...v3.0.0-rc.11

v3.0.0-rc.10

Compare Source

What's Changed
  • feat(emulation): add Chrome/Edge 144-145 and Firefox 147 support by @​0x676e67 in #​78

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.9...v3.0.0-rc.10

v3.0.0-rc.9

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.8...v3.0.0-rc.9

v3.0.0-rc.8

Compare 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.7

Compare 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.6

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.5...v3.0.0-rc.6

v3.0.0-rc.5

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.3...v3.0.0-rc.5

v3.0.0-rc.3

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.2...v3.0.0-rc.3

v3.0.0-rc.2

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v3.0.0-rc.1...v3.0.0-rc.2

v3.0.0-rc.1

Compare Source

Fixed
  • (emulate) Fix chrome accept header q value (#​101)
Other
  • (deps) bump actions/checkout from 6 to 7 (#​100)

v2.2.6

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v2.2.3...v2.2.5

v2.2.3

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq-util@v2.2.0...v2.2.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) August 24, 2026 02:59
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
@renovate renovate Bot changed the title fix(deps): update rust crate wreq-util to v3 fix(deps): update rust crate wreq-util to v3 - autoclosed Aug 24, 2026
@renovate renovate Bot closed this Aug 24, 2026
auto-merge was automatically disabled August 24, 2026 12:04

Pull request was closed

@renovate
renovate Bot deleted the renovate/wreq-util-3.x branch August 24, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants