fix(deps): update rust crate wreq to v6 - autoclosed - #199
Closed
renovate[bot] wants to merge 1 commit into
Closed
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.16.0→6.0.0-rc.31Release Notes
0x676e67/wreq (wreq)
v6.0.0-rc.31Compare Source
What's Changed
cyperHTTP Client by @0x676e67 in #1195Error::is_dns()to detect DNS resolve failures by @0x676e67 in #1201badssl.comconnection reset errors by @0x676e67 in #1207New Contributors
Full Changelog: 0x676e67/wreq@v6.0.0-rc.29...v6.0.0-rc.31
v6.0.0-rc.30Compare Source
v6.0.0-rc.29Compare Source
What's Changed
schnellruwithlruimplementation by @0x676e67 in #1066HashMemocreation by @0x676e67 in #1076raw-cpuidwithsysinfoimplementation by @0x676e67 in #1077TokioTimerto http1 server builder by @0x676e67 in #1081get_allfrom stored scope by @0x676e67 in #1082boring2tobtlsby @0x676e67 in #1083ahashwithfoldhashinlrucache by @0x676e67 in #1084ParserConfigclones on the HTTP/1.1 request hot path by @0x676e67 in #1088BufList::remainingO(1) by caching length by @0x676e67 in #1091multipart::Formby @0x676e67 in #1095ConnectionIdcloning by @0x676e67 in #1108chunkusage withBodyExt::frameby @0x676e67 in #1111Response::forbid_recycleby @0x676e67 in #1110tokio-tungsteniteto version 0.29.0 by @0x676e67 in #1113WebSocket::into_innerby @0x676e67 in #1114WebKitstyle boundary generation by default by @0x676e67 in #1118Groupfor explicit request differentiation by @0x676e67 in #1117Extensionsfor tower middleware compatibility by @0x676e67 in #1119Groupfor explicit request differentiation" by @0x676e67 in #1120http2dependency version to 0.5.15 by @0x676e67 in #1122sec-websocket-protocolhandling by @0x676e67 in #1121http2dependency version to 0.5.16 by @0x676e67 in #1134parking_lotsupport by @0x676e67 in #1126force_http2withversionfor HTTP version selection by @0x676e67 in #1139tokio_util::ioto reduce vectorized write overhead by @0x676e67 in #1141Jarby @0x676e67 in #1143inlineannotations to Encoder methods by @0x676e67 in #1144lrudependency version to 0.17.0 by @0x676e67 in #1145serde_html_formwithserde_urlencodedby @0x676e67 in #1146futures-channelby @0x676e67 in #1127futures-utilby @0x676e67 in #1154lrudependency version to 0.18.0 by @0x676e67 in #1158wreq-protoby @0x676e67 in #1160wreq-protodependency version to 0.2.1 by @0x676e67 in #1163OrigHeaderNametoHeaderCaseNameby @0x676e67 in #1174GroupIdto shrink owned identifier storage by @0x676e67 in #1184bytes/jsonerrors by @0x676e67 in #1189tower-httpif not enabled in wreq by @0x676e67 in #1194New Contributors
Full Changelog: 0x676e67/wreq@v6.0.0-rc.28...v6.0.0-rc.29
v6.0.0-rc.28Compare Source
What's Changed
json/formdata by @0x676e67 in #1058Full Changelog: 0x676e67/wreq@v6.0.0-rc.27...v6.0.0-rc.28
v6.0.0-rc.27Compare Source
What's Changed
Duration::is_zero()in Max-Age=0 check by @0x676e67 in #1044dt <= SystemTime::now()in expires check by @0x676e67 in #1045Attemptfields as public API by @0x676e67 in #1046HeaderNameforcookie2to avoid allocation by @0x676e67 in #1047TlsInfoby @Abernson in #1049Bytesforpeer_certificateto enable cheap cloning by @0x676e67 in #1050http2dependency version to 0.5.11 by @0x676e67 in #1051add()by @0x676e67 in #1043urldependency version to 2.5.8 by @0x676e67 in #1053prefix-symbolsto resolveOpenSSLsymbol conflicts by @0x676e67 in #1056New Contributors
Full Changelog: 0x676e67/wreq@v6.0.0-rc.26...v6.0.0-rc.27
v6.0.0-rc.26Compare Source
What's Changed
locationencoding by @0x676e67 in #1034queryandformcrate features by @0x676e67 in #1035OrigHeaderNameby @0x676e67 in #1036StringtoUriconversion performance by @0x676e67 in #1038New Contributors
Full Changelog: 0x676e67/wreq@v6.0.0-rc.25...v6.0.0-rc.26
v6.0.0-rc.25What's Changed
HeaderMapclone during header merge by @0x676e67 in #987SOCKS5/HTTPS tunnelby @0x676e67 in #990http::Requestconversion extensions by @0x676e67 in #1000CookieStorecookie compression strategy by @0x676e67 in #1005is_proxy_connectfor proxy connection errors by @0x676e67 in #1014http_body_util::BodyDataStreamby @0x676e67 in #1015system-configurationversion to 0.7.0 by @0x676e67 in #1024Full Changelog: 0x676e67/wreq@v6.0.0-rc.23...v6.0.0-rc.25
v6.0.0-rc.23Compare Source
What's Changed
Full Changelog: 0x676e67/wreq@v6.0.0-rc.22...v6.0.0-rc.23
v6.0.0-rc.22Compare Source
What's Changed
Timer::now()method to allow overriding the instant returned by @0x676e67 in #976Full Changelog: 0x676e67/wreq@v6.0.0-rc.21...v6.0.0-rc.22
v6.0.0-rc.21Compare Source
What's Changed
Full Changelog: 0x676e67/wreq@v6.0.0-rc.20...v6.0.0-rc.21
v6.0.0-rc.20Compare Source
What's Changed
prefer_chacha20withpreserve_tls13_cipher_listby @0x676e67 in #953Full Changelog: 0x676e67/wreq@v6.0.0-rc.16...v6.0.0-rc.20
v6.0.0-rc.16Compare Source
What's Changed
FusedStreamtrait for WebSocket by @0x676e67 in #949Full Changelog: 0x676e67/wreq@v6.0.0-rc.15...v6.0.0-rc.16
v6.0.0-rc.15Compare Source
What's Changed
preserve_header_casesupport by @0x676e67 in #943Full Changelog: 0x676e67/wreq@v6.0.0-rc.14...v6.0.0-rc.15
v6.0.0-rc.14Compare Source
What's Changed
ClientBuilderinitialization viaClient::builder()by @0x676e67 in #932AsRef<str>for charset for better by @0x676e67 in #934Full Changelog: 0x676e67/wreq@v6.0.0-rc.13...v6.0.0-rc.14
v6.0.0-rc.13Compare Source
What's Changed
Full Changelog: 0x676e67/wreq@v6.0.0-rc.12...v6.0.0-rc.13
v6.0.0-rc.12Compare Source
What's Changed
Full Changelog: 0x676e67/wreq@v6.0.0-rc.11...v6.0.0-rc.12
v6.0.0-rc.11What's Changed
TlsOptionsfield documentation by @0x676e67 in #922Full Changelog: 0x676e67/wreq@v6.0.0-rc.9...v6.0.0-rc.11
v6.0.0-rc.9Compare Source
What's Changed
cookie_providerfor better ergonomics and flexibility by @0x676e67 in #895Responsetohttp::Responseby @0x676e67 in #897socket2::Socketto TokioTcpSocketby @0x676e67 in #904Pin::as_deref_mut()from std instead of custom polyfill by @0x676e67 in #906base64withboring2::base64by @0x676e67 in #910IntoResolveas public API by @0x676e67 in #913url::Urlby @0x676e67 in #914Full Changelog: 0x676e67/wreq@v6.0.0-rc.8...v6.0.0-rc.9
v6.0.0-rc.8Compare Source
What's Changed
no_keepalivemethod by @0x676e67 in #890dns_resolverfor better ergonomics and flexibility by @0x676e67 in #891Full Changelog: 0x676e67/wreq@v6.0.0-rc.7...v6.0.0-rc.8
v6.0.0-rc.7What's Changed
default_headersmethod semantics by @0x676e67 in #882default_headersmethod in websocket by @0x676e67 in #883Full Changelog: 0x676e67/wreq@v6.0.0-rc.5...v6.0.0-rc.7
v6.0.0-rc.5Compare Source
What's Changed
messagemodule for external use by @0x676e67 in #874Full Changelog: 0x676e67/wreq@v6.0.0-rc.4...v6.0.0-rc.5
v6.0.0-rc.4What's Changed
OrigHeaderMapsorting by @0x676e67 in #867Cookieheader by @0x676e67 in #868?Sizedtrait objects indns_resolverby @0x676e67 in #870Full Changelog: 0x676e67/wreq@v6.0.0-rc.2...v6.0.0-rc.4
v6.0.0-rc.2Compare Source
What's Changed
Http2Optionsdescription by @0x676e67 in #863default-featuresare disabled by @0x676e67 in #864Full Changelog: 0x676e67/wreq@v6.0.0-rc.1...v6.0.0-rc.2
v6.0.0-rc.1Compare Source
What's Changed
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.