form had to be manually specified now, no longer enabled by default
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7174
Author: @dfunkt
Created: 5/1/2026
Status: ❌ Closed
Base:
main← Head:update-reqwest📝 Commits (1)
10bc197Updatereqwestto 0.13.3📊 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
reqwestdefaults toaws-lc-rsas the CryptoProvider, so in order to useringswitch to rustls-no-provider as mentioned in the link below https://github.com/seanmonstar/reqwest/blob/5b5ac174bc1c8f62de5b6bd200c943719e18fb88/src/tls.rs#L46-L66🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.