Skip to content

chore(deps)!: update reqwest to 0.13 - #39

Merged
baszalmstra merged 1 commit into
prefix-dev:mainfrom
baszalmstra:chore/reqwest-0.13
Aug 6, 2026
Merged

chore(deps)!: update reqwest to 0.13#39
baszalmstra merged 1 commit into
prefix-dev:mainfrom
baszalmstra:chore/reqwest-0.13

Conversation

@baszalmstra

Copy link
Copy Markdown
Collaborator

Updates reqwest to 0.13. This is breaking for downstreams: reqwest::Response, reqwest::Error and reqwest_middleware::ClientWithMiddleware are all part of our public API, so anything depending on this crate has to move to reqwest 0.13 at the same time. Needs a 0.11.0 release.

Three version changes, and the last two are forced:

  • reqwest 0.12.3 -> 0.13.1 (resolves 0.13.4)
  • reqwest-middleware 0.4.0 -> 0.5.0 (resolves 0.5.2). 0.4 pins reqwest ^0.12, and 0.5 is the first release on ^0.13.1, so it can't stay behind.
  • rust-version 1.74 -> 1.85, because reqwest 0.13 declares an MSRV of 1.85.

No source changes were needed. The stream feature still exists in 0.13, and nothing we use from either crate moved.

Everything CI runs passes locally: cargo build, cargo test (7 unit tests + 1 doctest), cargo clippy, cargo rustdoc --all-features, and rustfmt.

Bumps reqwest 0.12.3 -> 0.13.1 and reqwest-middleware 0.4.0 -> 0.5.0.
reqwest-middleware 0.4 pins reqwest ^0.12, so it has to move too.

reqwest 0.13 declares an MSRV of 1.85, so rust-version goes from 1.74
to 1.85.

No source changes were needed; the `stream` feature still exists in 0.13.

BREAKING CHANGE: reqwest types appear in the public API, so downstream
crates must move to reqwest 0.13 as well.
@baszalmstra
baszalmstra requested a review from wolfv August 6, 2026 14:25
@baszalmstra
baszalmstra merged commit 4f6f6dd into prefix-dev:main Aug 6, 2026
4 checks passed
@baszalmstra
baszalmstra deleted the chore/reqwest-0.13 branch August 6, 2026 14:44
@github-actions github-actions Bot mentioned this pull request Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant