cincinnati-graph-data
cincinnati-graph-data copied to clipboard
build(deps): bump reqwest from 0.11.27 to 0.12.4 in /graph-data.rs
Bumps reqwest from 0.11.27 to 0.12.4.
Release notes
Sourced from reqwest's releases.
v0.12.4
What's Changed
- Add
zstdsupport, enabled withzstdCargo feature (thanks@paolobarbolini!)- Add
ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.New Contributors
@SamuelMarksmade their first contribution in seanmonstar/reqwest#2245v0.12.3
What's Changed
- Add
FromStrfordns::Name.- Add
ClientBuilder::built_in_webpki_certs(bool)to enable them separately.- Add
ClientBuilder::built_in_native_certs(bool)to enable them separately.- Fix sending
content-length: 0for GET requests.- Fix response body
content_length()to return value when timeout is configured.- Fix
ClientBuilder::resolve()to use lowercase domain names.New Contributors
@zuisongmade their first contribution in seanmonstar/reqwest#2207@djcmade their first contribution in seanmonstar/reqwest#2222@krantmade their first contribution in seanmonstar/reqwest#2226@Kriskras99made their first contribution in seanmonstar/reqwest#2236Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3
v0.12.2
What's Changed
- Fix missing ALPN when connecting to socks5 proxy with rustls.
- Fix TLS version limits with rustls.
- Fix not detected ALPN h2 from server with native-tls.
New Contributors
@cxw620made their first contribution in seanmonstar/reqwest#2165Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.1...v0.12.2
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
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.12.4
- Add
zstdsupport, enabled withzstdCargo feature.- Add
ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.v0.12.3
- Add
FromStrfordns::Name.- Add
ClientBuilder::built_in_webpki_certs(bool)to enable them separately.- Add
ClientBuilder::built_in_native_certs(bool)to enable them separately.- Fix sending
content-length: 0for GET requests.- Fix response body
content_length()to return value when timeout is configured.- Fix
ClientBuilder::resolve()to use lowercase domain names.v0.12.2
- Fix missing ALPN when connecting to socks5 proxy with rustls.
- Fix TLS version limits with rustls.
- Fix not detected ALPN h2 from server with native-tls.
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.
Commits
de5dbb1v0.12.40f126f5tests: fix blocking test about empty bodies and content-length1073881feat: add zstd support (#1866)1af8945feat: add ClientBuilder::read_timeout(dur) (#2241)e99da85refactor: fix warnings related to mutability ofself(#2245)0720159v0.12.39209695Remove duplicate example for ClientBuilder::default_headers (#2236)e3a1565fix: use lower case domain string when usingresolveandresolve_to_addrs...b4c491afeat: allow fine-grained root certs for rustls (#2232)cf4295dchore: update winreg to 0.52.0 (#2226)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
/retest
/retest
The error looks quite consistent. Maybe not a flakiness?
Yeah this looks legit:
error[E0308]: mismatched types
--> src/check_signatures.rs:68:39
|
68 | gpg::verify_signatures_for_digest(client, &BASE_URL, public_keys, digest).await
| --------------------------------- ^^^^^^ expected `reqwest::async_impl::client::Client`, found `Client`
| |
| arguments to this function are incorrect
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
rebase
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle rotten /remove-lifecycle stale
@dependabot rebase
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign pratikmahajan for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/e2e | faad79a7c560818fd7f4e89e6e98e1596ab82b01 | link | true | /test e2e |
| ci/prow/images | faad79a7c560818fd7f4e89e6e98e1596ab82b01 | link | true | /test images |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.
/close
@openshift-bot: Closed this PR.
In response to this:
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting
/reopen. Mark the issue as fresh by commenting/remove-lifecycle rotten. Exclude this issue from closing again by commenting/lifecycle frozen./close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.