build(deps): update reqwest from v0.12.25 to v0.13.1#958
Open
AlexTMjugador wants to merge 9 commits intogetsentry:szokeasaurusrex/update-cargofrom
Open
build(deps): update reqwest from v0.12.25 to v0.13.1#958AlexTMjugador wants to merge 9 commits intogetsentry:szokeasaurusrex/update-cargofrom
reqwest from v0.12.25 to v0.13.1#958AlexTMjugador wants to merge 9 commits intogetsentry:szokeasaurusrex/update-cargofrom
Conversation
This fixes a failing doctest.
Run `cargo update` to bump all dependencies to the latest versions.
…pdate # Conflicts: # CHANGELOG.md # Cargo.lock
This dependency bump is a breaking change. https://docs.rs/sentry/latest/sentry/transports/struct.ReqwestHttpTransport.html#method.with_client
0cb5f31 to
fb9917f
Compare
…pdate # Conflicts: # Cargo.lock
szokeasaurusrex
approved these changes
Feb 3, 2026
Member
szokeasaurusrex
left a comment
There was a problem hiding this comment.
Lgtm! Thank you @AlexTMjugador 🙏
@Dav1dde can you also take a look? I have based this on top of my cargo update in #968, it does not seem like we are duplicating very many dependencies in the Cargo.lock with that change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates
reqwestfrom v0.12.25 to v0.13.1. From a user perspective, the most noteworthy change is that it switches the defaultrustlsprovider fromringtoaws-lc-rs. This bringsreqwestin line with the broader ecosystem's move towardaws-lc-rsas the default and increases the likelihood that users will no longer need to include multiple TLS implementations in their binaries.Stacked on #968
Issues
This resolves a personal goal of mine, as a user, to remove
ringfrom my transitive dependency tree. However, it does not address an issue that was previously documented in this repository.