Skip to content

Commit

Permalink
chore: Bump reqwest from 0.12.8 to 0.12.9 (#344)
Browse files Browse the repository at this point in the history
⚠️  Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

Bumps reqwest from 0.12.8 to 0.12.9.

Release notes
Sourced from reqwest's releases.

v0.12.9
What's Changed

Add tls::CertificateRevocationLists support (by @​ksenia-vazhdaeva in seanmonstar/reqwest#2433)
Add crate features to enable webpki roots without selecting a rustls provider (by @​stevefan1999-personal in seanmonstar/reqwest#2447)
Fix multipart::Part::file() to automatically include content-length (by @​Mr-Pine in seanmonstar/reqwest#2459)
Fix proxy to internally no longer cache system proxy settings (by @​lanyeeee in seanmonstar/reqwest#2442)
Fix connection_verbose() to output read logs (by @​seanmonstar in seanmonstar/reqwest#2454)

New Contributors

@​lanyeeee made their first contribution in seanmonstar/reqwest#2442
@​ksenia-vazhdaeva made their first contribution in seanmonstar/reqwest#2433
@​Mr-Pine made their first contribution in seanmonstar/reqwest#2459
@​stevefan1999-personal made their first contribution in seanmonstar/reqwest#2447

Full Changelog: seanmonstar/reqwest@v0.12.8...v0.12.9



Changelog
Sourced from reqwest's changelog.

v0.12.9

Add tls::CertificateRevocationLists support.
Add crate features to enable webpki roots without selecting a rustls provider.
Fix connection_verbose() to output read logs.
Fix multipart::Part::file() to automatically include content-length.
Fix proxy to internally no longer cache system proxy settings.




Commits

797df2b v0.12.9
64aa7d1 add webpki roots option for rustls no provider setup (#2447)
598f857 Add content length to async_impl::multipart file streams (#2459)
d99e90d fix: re-enable verbose connection read logs (#2454)
aba01ff feat: Add support for Certificate Revocation Lists (#2433)
3ad6e02 refactor: remove internal proxy sys cache (#2442)
See full diff 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 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)
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8685b9b commit e0632be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libfatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ humantime-serde = "1.1.1"
liquid = "0.26.9"
num_cpus = "1.16.0"
petname = "1.1.2"
reqwest = { version = "0.12.8", features = ["json"] }
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit e0632be

Please sign in to comment.