Bump reqwest from 0.12.28 to 0.13.3#1845
Conversation
82f8766 to
310ddd2
Compare
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to 0.13.3. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.28...v0.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
310ddd2 to
19b0eef
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19b0eefdca
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| regex = { version = "1.12" } | ||
| reqwest = { version = "0.12", default-features = false, features = [ | ||
| reqwest = { version = "0.13", default-features = false, features = [ | ||
| "default-tls", |
There was a problem hiding this comment.
Preserve previous TLS backend when bumping reqwest
reqwest 0.13 changed default-tls to rustls, so this dependency line now pulls in the aws-lc toolchain (aws-lc-sys/cmake) instead of the prior native-tls path. That introduces a build-time requirement on CMake/native crypto tooling and can fail source builds in common minimal CI/dev environments that previously compiled this project successfully. If the intent was only a version bump, this is a behavioral/build regression and the TLS feature should be set explicitly to preserve the old backend or avoid the new toolchain requirement.
Useful? React with 👍 / 👎.
Bumps reqwest from 0.12.28 to 0.13.3.
Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
a9a88c4v0.13.3f3f6d9ddocs(retry): include ReqRep in docsrs (#3020)5f9c231fix rustls CRL PEM parsing (#3013)11d835duse wasm-bindgen ecosystem only for wasm32-unknown-* target (#3000)1f72916Upgrade rustls-platform-verifier (#3010)5d5bf35[HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme #2911 (#3006)93dc1b2docs: more accurate about default HTTP2 window sizes (#3007)c5e50f0docs: update outdated link in commentsb25611fresolve: debug log to change only host (#2992)ca1f479http3: handle stop_sending without error (#2978)