Skip to content

fix(deps): update rust crate wreq to v6 - autoclosed - #199

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

fix(deps): update rust crate wreq to v6 - autoclosed#199
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wreq-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
wreq dependencies major 0.16.06.0.0-rc.31

Release Notes

0x676e67/wreq (wreq)

v6.0.0-rc.31

Compare Source

What's Changed

New Contributors

Full Changelog: 0x676e67/wreq@v6.0.0-rc.29...v6.0.0-rc.31

v6.0.0-rc.30

Compare Source

v6.0.0-rc.29

Compare Source

What's Changed

New Contributors

Full Changelog: 0x676e67/wreq@v6.0.0-rc.28...v6.0.0-rc.29

v6.0.0-rc.28

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.27...v6.0.0-rc.28

v6.0.0-rc.27

Compare Source

What's Changed

New Contributors

Full Changelog: 0x676e67/wreq@v6.0.0-rc.26...v6.0.0-rc.27

v6.0.0-rc.26

Compare Source

What's Changed

New Contributors

Full Changelog: 0x676e67/wreq@v6.0.0-rc.25...v6.0.0-rc.26

v6.0.0-rc.25

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.23...v6.0.0-rc.25

v6.0.0-rc.23

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.22...v6.0.0-rc.23

v6.0.0-rc.22

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.21...v6.0.0-rc.22

v6.0.0-rc.21

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.20...v6.0.0-rc.21

v6.0.0-rc.20

Compare Source

What's Changed

  • refactor(tls): replace prefer_chacha20 with preserve_tls13_cipher_list by @​0x676e67 in #​953

Full Changelog: 0x676e67/wreq@v6.0.0-rc.16...v6.0.0-rc.20

v6.0.0-rc.16

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.15...v6.0.0-rc.16

v6.0.0-rc.15

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.14...v6.0.0-rc.15

v6.0.0-rc.14

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.13...v6.0.0-rc.14

v6.0.0-rc.13

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.12...v6.0.0-rc.13

v6.0.0-rc.12

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.11...v6.0.0-rc.12

v6.0.0-rc.11

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.9...v6.0.0-rc.11

v6.0.0-rc.9

Compare Source

What's Changed

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

v6.0.0-rc.8

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.7...v6.0.0-rc.8

v6.0.0-rc.7

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.5...v6.0.0-rc.7

v6.0.0-rc.5

Compare Source

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.4...v6.0.0-rc.5

v6.0.0-rc.4

What's Changed

Full Changelog: 0x676e67/wreq@v6.0.0-rc.2...v6.0.0-rc.4

v6.0.0-rc.2

Compare Source

What's Changed

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

v6.0.0-rc.1

Compare Source

What's Changed

  • docs(proxy): fix some typos in comment by @​0x676e67 in #​592
  • tests: switch over from libflate to flate2 in tests to reduce dependency footprint by [@​0x676e67](https://redi

Note

PR body was truncated to here.


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 this update 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 to v6 fix(deps): update rust crate wreq to v6 - 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-6.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