Update Rust crate ureq to v3.4.1 #26

Open
renovate wants to merge 1 commit from renovate/ureq-3.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ureq workspace.dependencies minor 3.3.03.4.1

Release Notes

algesten/ureq (ureq)

v3.4.1

Compare Source

  • Bump ureq-proto to 0.6.2 (fixes to parsing and headers) #​1199
    • Do not pool connections with unconsumed buffered input #​1198
    • Fix timeout budgets restarting and applying to later phases #​1194
    • Complete TLS handshake during connect so timeout_connect covers it #​1193
    • Speed up read_json for responses with a known, small body size #​1191

v3.4.0

Compare Source

  • Seal RequestExt (technically breaking) #​1189
    • Send canonical Basic authentication scheme to CONNECT proxies #​1185
    • Establish target TLS through HTTPS CONNECT proxies #​1183
    • Update rustls-platform-verifier to 0.7.0 #​1174
    • Fix pooled connections never aging out according to max_idle_age #​1172
    • Strip brackets from IPv6-literal hosts before TLS SNI/ServerName #​1171
    • RequestExt::middleware_config for conf inside middleware #​1169

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ureq](https://github.com/algesten/ureq) | workspace.dependencies | minor | `3.3.0` → `3.4.1` | --- ### Release Notes <details> <summary>algesten/ureq (ureq)</summary> ### [`v3.4.1`](https://github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#341) [Compare Source](https://github.com/algesten/ureq/compare/3.4.0...3.4.1) - Bump ureq-proto to 0.6.2 (fixes to parsing and headers) [#&#8203;1199](https://github.com/algesten/ureq/issues/1199) - Do not pool connections with unconsumed buffered input [#&#8203;1198](https://github.com/algesten/ureq/issues/1198) - Fix timeout budgets restarting and applying to later phases [#&#8203;1194](https://github.com/algesten/ureq/issues/1194) - Complete TLS handshake during connect so timeout\_connect covers it [#&#8203;1193](https://github.com/algesten/ureq/issues/1193) - Speed up read\_json for responses with a known, small body size [#&#8203;1191](https://github.com/algesten/ureq/issues/1191) ### [`v3.4.0`](https://github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#340) [Compare Source](https://github.com/algesten/ureq/compare/3.3.0...3.4.0) - Seal RequestExt (technically breaking) [#&#8203;1189](https://github.com/algesten/ureq/issues/1189) - Send canonical Basic authentication scheme to CONNECT proxies [#&#8203;1185](https://github.com/algesten/ureq/issues/1185) - Establish target TLS through HTTPS CONNECT proxies [#&#8203;1183](https://github.com/algesten/ureq/issues/1183) - Update rustls-platform-verifier to 0.7.0 [#&#8203;1174](https://github.com/algesten/ureq/issues/1174) - Fix pooled connections never aging out according to max\_idle\_age [#&#8203;1172](https://github.com/algesten/ureq/issues/1172) - Strip brackets from IPv6-literal hosts before TLS SNI/ServerName [#&#8203;1171](https://github.com/algesten/ureq/issues/1171) - RequestExt::middleware\_config for conf inside middleware [#&#8203;1169](https://github.com/algesten/ureq/issues/1169) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjMwLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update Rust crate ureq to v3.4.0
All checks were successful
moira/flake/packages.default@x86_64-linux packages.default — built
moira/flake/packages.kbx@x86_64-linux packages.kbx — built
moira/flake/packages.container@x86_64-linux packages.container — built
bb3fba4733
renovate force-pushed renovate/ureq-3.x-lockfile from bb3fba4733
All checks were successful
moira/flake/packages.default@x86_64-linux packages.default — built
moira/flake/packages.kbx@x86_64-linux packages.kbx — built
moira/flake/packages.container@x86_64-linux packages.container — built
to b9c5111781 2026-09-06 11:07:56 +00:00
Compare
renovate changed title from Update Rust crate ureq to v3.4.0 to Update Rust crate ureq to v3.4.1 2026-09-06 11:07:56 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ureq-3.x-lockfile:renovate/ureq-3.x-lockfile
git switch renovate/ureq-3.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ureq-3.x-lockfile
git switch renovate/ureq-3.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/ureq-3.x-lockfile
git switch renovate/ureq-3.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/ureq-3.x-lockfile
git switch main
git merge --squash renovate/ureq-3.x-lockfile
git switch main
git merge --ff-only renovate/ureq-3.x-lockfile
git switch main
git merge renovate/ureq-3.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jmarya/keybox!26
No description provided.