Update all the crates or in 2 cases downgrade because of being yanked.
Also replace string_to_string lint with implicit_clone, since it will not be supported in newer versions of Rust.
🔄 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/6167
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 8/10/2025
**Status:** ✅ Merged
**Merged:** 8/10/2025
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `update-crates`
---
### 📝 Commits (1)
- [`9bd7215`](https://github.com/dani-garcia/vaultwarden/commit/9bd7215b7f8a905a5eb714ddb4dd6361f5895730) Update crates, fixes some yanked crates
### 📊 Changes
**2 files changed** (+95 additions, -95 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+86 -86)
📝 `Cargo.toml` (+9 -9)
</details>
### 📄 Description
Update all the crates or in 2 cases downgrade because of being yanked.
Also replace `string_to_string` lint with `implicit_clone`, since it will not be supported in newer versions of Rust.
---
<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/6167
Author: @BlackDex
Created: 8/10/2025
Status: ✅ Merged
Merged: 8/10/2025
Merged by: @dani-garcia
Base:
main← Head:update-crates📝 Commits (1)
9bd7215Update crates, fixes some yanked crates📊 Changes
2 files changed (+95 additions, -95 deletions)
View changed files
📝
Cargo.lock(+86 -86)📝
Cargo.toml(+9 -9)📄 Description
Update all the crates or in 2 cases downgrade because of being yanked.
Also replace
string_to_stringlint withimplicit_clone, since it will not be supported in newer versions of Rust.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.