handlebars_misc_helpers
handlebars_misc_helpers copied to clipboard
⬆️ Update reqwest requirement from 0.11 to 0.12
Updates the requirements on reqwest to permit the latest version.
Release notes
Sourced from reqwest's releases.
v0.12.1
What's Changed
- Fix
ClientBuilder::interface()when no TLS is enabled.- Fix
TlsInfo::peer_certificate()being truncated with rustls.- Fix panic if
http2feature disabled but TLS negotiated h2 in ALPN.- Fix
DisplayforErrorto not include its source error.New Contributors
@atouchetmade their first contribution in seanmonstar/reqwest#2193@mbmemade their first contribution in seanmonstar/reqwest#2195Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.1
Changelog
Sourced from reqwest's changelog.
v0.12.1
- Fix
ClientBuilder::interface()when no TLS is enabled.- Fix
TlsInfo::peer_certificate()being truncated with rustls.- Fix panic if
http2feature disabled but TLS negotiated h2 in ALPN.- Fix
DisplayforErrorto not include its source error.v0.12.0
- Upgrade to
hyper,http, andhttp-bodyv1.- Add better support for converting to and from
http::Requestandhttp::Response.- Add
http2optional cargo feature, default on.- Add
charsetoptional cargo feature, default on.- Add
macos-system-configurationcargo feature, default on.- Change all optional dependencies to no longer be exposed as implicit features.
- Add
ClientBuilder::interface(str)to specify the local interface to bind to.- Experimental: disables the
http3feature temporarily.v0.11.27
- Add
hickory-dnsfeature, deprecatingtrust-dns.- (wasm) Fix
Form::text()to not set octet-stream for plain text fields.v0.11.26
- Revert
system-configurationupgrade, which broke MSRV on macOS.v0.11.25
- Fix
Certificate::from_pem_bundle()parsing.- Fix Apple linker errors from detecting system proxies.
v0.11.24
- Add
Certificate::from_pem_bundle()to add a bundle.- Add
http3_prior_knowledge()to blocking client builder.- Remove
Syncbounds requirement forBody::wrap_stream().- Fix HTTP/2 to retry
REFUSED_STREAMrequests.- Fix instances of converting
UrltoUrithat could panic.v0.11.23
- Add
Proxy::custom_http_auth(val)for setting the rawProxy-Authorizationheader when connecting to proxies.- Fix redirect to reject locations that are not
http://orhttps://.- Fix setting
nodelaywhen TLS is enabled but URL is HTTP.- (wasm) Add
ClientBuilder::user_agent(val).- (wasm) add
multipart::Form::headers(headers).v0.11.22
... (truncated)
Commits
e0ea15bv0.12.13d78fcbfix: Display for Error shouldn't include source (#2199)c535724Fix binding interface when no TLS is used (#2200)d5adcbafix: rustls extraction ofTlsInfo::peer_certificate()being truncated (#2195)7a5df21fix: could panic if http2 disabled but TLS negotiated h2 (#2194)d5051f9Update version number in Readme92aa28cv0.12.06c6170bfeat: Make encoding_rs an optional dependency calledcharsetd1022b3Support conversion to http::Responsea29c7f9Add macos-system-configuration feature flag- 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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.77%. Comparing base (
4e2a20b) to head (d6e6abf).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 90.77% 90.77%
=======================================
Files 11 11
Lines 748 748
=======================================
Hits 679 679
Misses 69 69
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.