bevy-website
bevy-website copied to clipboard
Bump ureq from 2.12.1 to 3.1.4
Bumps ureq from 2.12.1 to 3.1.4.
Changelog
Sourced from ureq's changelog.
3.1.4
- Set content-type with new Multipart form #1133
3.1.3
- 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
3.1.2
- Fix bug when query is after host "example.com?query" #1115
3.1.1
- Fix regression in MSRV (hold back native-tls) #1113
- Fix edge case regression when setting request header Content-Length: 0 #1109
3.1.0
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
3.0.12
- 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_suffixfor CookieStore #1063- Improve doc for 10MB limit #1061
3.0.11
... (truncated)
Commits
428bba83.1.4f38ebd5Multipart form set content-type69dfbc93.1.399bceb8Update changelog199a117Prove CharCodec dont end up on char boundary0a4b032Fix CharCodec problem reading short561e814Fix links in lib.rs7e93254Update changelog6d3028fMove multipart to unversionedc4fd455Fix clippy- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
I will attempt to update https://github.com/bevyengine/bevy-website/pull/2306 to resolve this additional dependency bump