Skip to content

chore(deps): update rust crate ureq to v3

renovate requested to merge renovate/ureq-3.x into main

This MR contains the following updates:

Package Type Update Change
ureq workspace.dependencies major 2.12.1 -> 3.0.0

Release Notes

algesten/ureq (ureq)

v3.0.10

Compare Source

  • Bump rustls-platform-verifier to 0.5.0

v3.0.9

Compare Source

  • Bump deps (#​1031)
    • Allow body for all methods when using http-crate API (#​1035)
    • Improved errors and doc for bespoke transports (#​1032)

v3.0.8

Compare Source

  • Fix incorrect parsing bug "missing http version" (#​1026)

v3.0.7

Compare Source

  • Allow non-standard HTTP methods (#​1018)
    • Fix not appending port to host header (#​1017)

v3.0.6

Compare Source

  • Avoid percent encoding some query parameter chars (#​1004)
    • Fix incorrect LargeResponseHeader (#​1003)
    • Stop passing internal state in Config (#​996)
    • Support request level TlsConfig (#​996)

v3.0.5

Compare Source

  • Fix incorrect reading of valid utf8 (#​992)
    • Fix panic when parsing malformed proxy URI (#​990)
    • ureq::Error wrapped as io::Error should pass through body chain (#​984)
    • send_json should set content-length header (#​983)

v3.0.4

Compare Source

  • Manually unroll some macros to regular code (#​978)
    • Fix bug in rustls-no-provider when disabling ring (#​973)

v3.0.3

Compare Source

  • Use the same data in CONNECT and Host header for proxied requests (#​967)
    • Set default scheme in proxy uri (#​966)
    • Redact URI and Location header on debug level (#​964)
    • Downgrade all logging to debug and below (#​964)

v3.0.2

Compare Source

  • Remove dependency on once_cell (#​959)
    • Fix bug parsing partial redirects (#​958)
    • Expose typestate variables (#​956)

v3.0.1

Compare Source

  • Bump rustls-platform-verifier to 0.5.0

v3.0.0

Compare Source

  • Replace RequestBuilder Deref with explicit wrappers (#​944)
    • Remove dependency on url crate (#​943)
    • Feature Config::save_redirect_history (#​939)

Configuration

📅 Schedule: 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 MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports

Loading