-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump reqwest from 0.11.22 to 0.11.23 in /src-tauri #135
chore(deps): bump reqwest from 0.11.22 to 0.11.23 in /src-tauri #135
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #135 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 4 4
Lines 130 128 -2
=======================================
+ Misses 130 128 -2 ☔ View full report in Codecov by Sentry. |
@dependabot squash and merge
…On 12/18/23 23:38, dependabot[bot] wrote:
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23.
Release notes
Sourced from [reqwest's releases](https://github.com/seanmonstar/reqwest/releases).
> v0.11.23
>
> What's Changed
>
> - Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
> - Fix redirect to reject locations that are not http:// or https://.
> - Fix setting nodelay when TLS is enabled but URL is HTTP.
> - (wasm) Add ClientBuilder::user_agent(val).
> - (wasm) add multipart::Form::headers(headers).
>
> New Contributors
>
> - [@tnull](https://github.com/tnull) made their first contribution in [seanmonstar/reqwest#1993](https://redirect.github.com/seanmonstar/reqwest/pull/1993)
> - [@FirelightFlagboy](https://github.com/FirelightFlagboy) made their first contribution in [seanmonstar/reqwest#2018](https://redirect.github.com/seanmonstar/reqwest/pull/2018)
> - [@bitfl0wer](https://github.com/bitfl0wer) made their first contribution in [seanmonstar/reqwest#2036](https://redirect.github.com/seanmonstar/reqwest/pull/2036)
> - [@tshepang](https://github.com/tshepang) made their first contribution in [seanmonstar/reqwest#2048](https://redirect.github.com/seanmonstar/reqwest/pull/2048)
> - [@Noah-Kennedy](https://github.com/Noah-Kennedy) made their first contribution in [seanmonstar/reqwest#2053](https://redirect.github.com/seanmonstar/reqwest/pull/2053)
> - [@abls](https://github.com/abls) made their first contribution in [seanmonstar/reqwest#2062](https://redirect.github.com/seanmonstar/reqwest/pull/2062)
> - [@lorepozo](https://github.com/lorepozo) made their first contribution in [seanmonstar/reqwest#2064](https://redirect.github.com/seanmonstar/reqwest/pull/2064)
> - [@jan-auer](https://github.com/jan-auer) made their first contribution in [seanmonstar/reqwest#2068](https://redirect.github.com/seanmonstar/reqwest/pull/2068)
Changelog
Sourced from [reqwest's changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md).
> v0.11.23
>
> - Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
> - Fix redirect to reject locations that are not http:// or https://.
> - Fix setting nodelay when TLS is enabled but URL is HTTP.
> - (wasm) Add ClientBuilder::user_agent(val).
> - (wasm) add multipart::Form::headers(headers).
Commits
- [4f54ba7](seanmonstar/reqwest@4f54ba7) v0.11.23
- [c65dd7f](seanmonstar/reqwest@c65dd7f) docs: add cfg notes about http3 builder methods ([#2070](https://redirect.github.com/seanmonstar/reqwest/issues/2070))
- [6b901b1](seanmonstar/reqwest@6b901b1) Reject redirects with invalid scheme ([#2068](https://redirect.github.com/seanmonstar/reqwest/issues/2068))
- [ea59834](seanmonstar/reqwest@ea59834) Update README advice regarding OpenSSL ([#2064](https://redirect.github.com/seanmonstar/reqwest/issues/2064))
- [1485ce6](seanmonstar/reqwest@1485ce6) fix: set nodelay correctly to handle when a tls feature is enabled but connec...
- [c09c5e6](seanmonstar/reqwest@c09c5e6) proxy: add support for proxy authentication with user-specified header values...
- [4926d76](seanmonstar/reqwest@4926d76) typo ([#2048](https://redirect.github.com/seanmonstar/reqwest/issues/2048))
- [6792f69](seanmonstar/reqwest@6792f69) fn headers() for wasm::multipart ([#2036](https://redirect.github.com/seanmonstar/reqwest/issues/2036))
- [52190df](seanmonstar/reqwest@52190df) http3: upgrade dependencies ([#2028](https://redirect.github.com/seanmonstar/reqwest/issues/2028))
- [50dbaf3](seanmonstar/reqwest@50dbaf3) docs: remove redundant link targets ([#2019](https://redirect.github.com/seanmonstar/reqwest/issues/2019))
- Additional commits viewable in [compare view](seanmonstar/reqwest@v0.11.22...v0.11.23)
[Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
- @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#135
Commit Summary
- [94ebd13](94ebd13) chore(deps): bump reqwest from 0.11.22 to 0.11.23 in /src-tauri
File Changes
([2 files](https://github.com/woollygoods/huehuehue/pull/135/files))
- M [src-tauri/Cargo.lock](https://github.com/woollygoods/huehuehue/pull/135/files#diff-91fed938c12ef6620ac89e4130fe1f2b92c58b68083fc6bbc71c3e0f381a25cd) (4)
- M [src-tauri/Cargo.toml](https://github.com/woollygoods/huehuehue/pull/135/files#diff-fe4c6a80a21e81339e2e0faeb9134d0f9636c168987df13c8abf1927a1caee39) (2)
Patch Links:
- https://github.com/woollygoods/huehuehue/pull/135.patch
- https://github.com/woollygoods/huehuehue/pull/135.diff
—
Reply to this email directly, [view it on GitHub](#135), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AISLPXEM7I3FYA7AF2AMPH3YKDAWVAVCNFSM6AAAAABA2HQHECVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DONJXG44DAMQ).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.22...v0.11.23) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
94ebd13
to
71ada0e
Compare
Bumps reqwest from 0.11.22 to 0.11.23.
Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
4f54ba7
v0.11.23c65dd7f
docs: add cfg notes about http3 builder methods (#2070)6b901b1
Reject redirects with invalid scheme (#2068)ea59834
Update README advice regarding OpenSSL (#2064)1485ce6
fix: set nodelay correctly to handle when a tls feature is enabled but connec...c09c5e6
proxy: add support for proxy authentication with user-specified header values...4926d76
typo (#2048)6792f69
fn headers()
for wasm::multipart (#2036)52190df
http3: upgrade dependencies (#2028)50dbaf3
docs: remove redundant link targets (#2019)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 will merge this PR once it's up-to-date and CI passes on it, as requested by @d3psi.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)