[go: up one dir, main page]

Update Rust crate ureq to v3.1.4

This MR contains the following updates:

Package Type Update Change
ureq dependencies minor 3.0.11 -> 3.1.4

Release Notes

algesten/ureq (ureq)

v3.1.4

Compare Source

  • Set content-type with new Multipart form #​1133

v3.1.3

Compare Source

  • Fix short read with multi-byte charset #​1131
    • Replace rustls-pemfile usage with rustls-pki-types #​1122
    • Support for env NO_PROXY and proxy config #​1118
    • Experimental multi-part form support #​1102

v3.1.2

Compare Source

  • Fix bug when query is after host "example.com?query" #​1115

v3.1.1

Compare Source

  • Fix regression in MSRV (hold back native-tls) #​1113
    • Fix edge case regression when setting request header Content-Length: 0 #​1109

v3.1.0

Compare Source

DECISION: webpki-roots and webpki-root-certs goes from pre-release (0.26) to stable release (1.0.0). This is potentially a big change for ureq users. We release this as semver minor.

  • Bump all deps to latest #​1104
  • Fixes to CONNECT to follow spec #​1103
  • Send Content-Length for File #​1100
  • native-tls transport capture and surface underlying errors #​1093
  • Bump webpki-roots/webpki-root-certs to 1.0.0 #​1089
  • Bump rustls-platform-verifier to 0.6.0 #​1089
  • Allow the license CDLA-Permissive-2.0 #​1089

v3.0.12

Compare Source

  • Chunked transfer handle abrupt close after 0\r\n #​1074
    • Fix incorrect DNS resolving when using proxies #​1081
    • Use + instead of %20 for url encoded form bodies #​1071
    • Fix problem with double-quotes in cookie values #​1068
    • Reduce Body size #​1065
    • Fix featue flag public_suffix for CookieStore #​1063
    • Improve doc for 10MB limit #​1061

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 becomes conflicted, 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 Óscar García Amor

Merge request reports

Loading