[PR #7174] [CLOSED] Update reqwest to 0.13.3 #26112

Closed
opened 2026-05-29 05:06:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7174
Author: @dfunkt
Created: 5/1/2026
Status: Closed

Base: mainHead: update-reqwest


📝 Commits (1)

📊 Changes

4 files changed (+113 additions, -19 deletions)

View changed files

📝 Cargo.lock (+105 -17)
📝 Cargo.toml (+2 -1)
📝 src/config.rs (+4 -1)
📝 src/main.rs (+2 -0)

📄 Description


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/7174 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 5/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-reqwest` --- ### 📝 Commits (1) - [`10bc197`](https://github.com/dani-garcia/vaultwarden/commit/10bc197e4bc5d165db2e60b5b131ae5f15f2b1bf) Update `reqwest` to 0.13.3 ### 📊 Changes **4 files changed** (+113 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+105 -17) 📝 `Cargo.toml` (+2 -1) 📝 `src/config.rs` (+4 -1) 📝 `src/main.rs` (+2 -0) </details> ### 📄 Description - since version 0.13 `reqwest` defaults to `aws-lc-rs` as the CryptoProvider, so in order to use `ring` switch to rustls-no-provider as mentioned in the link below https://github.com/seanmonstar/reqwest/blob/5b5ac174bc1c8f62de5b6bd200c943719e18fb88/src/tls.rs#L46-L66 - form had to be manually specified now, no longer enabled by default --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-29 05:06:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#26112