[PR #5860] [MERGED] Update Rust, Crates and Web-Vault #7313

Closed
opened 2026-03-07 21:14:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5860
Author: @BlackDex
Created: 5/16/2025
Status: Merged
Merged: 5/16/2025
Merged by: @dani-garcia

Base: mainHead: update-crates


📝 Commits (1)

  • ce4cee1 Update Rust, Crates and Web-Vault

📊 Changes

30 files changed (+406 additions, -468 deletions)

View changed files

📝 Cargo.lock (+271 -322)
📝 Cargo.toml (+13 -17)
📝 docker/DockerSettings.yaml (+3 -3)
📝 docker/Dockerfile.alpine (+10 -10)
📝 docker/Dockerfile.debian (+7 -7)
📝 macros/Cargo.toml (+1 -1)
📝 rust-toolchain.toml (+1 -1)
📝 src/api/admin.rs (+3 -3)
📝 src/api/core/accounts.rs (+8 -8)
📝 src/api/core/ciphers.rs (+2 -2)
📝 src/api/core/emergency_access.rs (+1 -1)
📝 src/api/core/sends.rs (+2 -2)
📝 src/api/core/two_factor/authenticator.rs (+2 -2)
📝 src/api/core/two_factor/duo.rs (+3 -3)
📝 src/api/core/two_factor/duo_oidc.rs (+3 -3)
📝 src/api/core/two_factor/email.rs (+3 -3)
📝 src/api/icons.rs (+15 -19)
📝 src/api/identity.rs (+12 -12)
📝 src/api/push.rs (+3 -3)
📝 src/auth.rs (+3 -3)

...and 10 more files

📄 Description

  • Updated web-vault to v2025.5.0
  • Updated Rust to v1.87.0
  • Updated all the crates
  • Replaced yubico with yubico_ng
  • Fixed several new (nightly) clippy lints

🔄 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/5860 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates` --- ### 📝 Commits (1) - [`ce4cee1`](https://github.com/dani-garcia/vaultwarden/commit/ce4cee124b2ea4466e67193e051b6482749fee59) Update Rust, Crates and Web-Vault ### 📊 Changes **30 files changed** (+406 additions, -468 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+271 -322) 📝 `Cargo.toml` (+13 -17) 📝 `docker/DockerSettings.yaml` (+3 -3) 📝 `docker/Dockerfile.alpine` (+10 -10) 📝 `docker/Dockerfile.debian` (+7 -7) 📝 `macros/Cargo.toml` (+1 -1) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/api/admin.rs` (+3 -3) 📝 `src/api/core/accounts.rs` (+8 -8) 📝 `src/api/core/ciphers.rs` (+2 -2) 📝 `src/api/core/emergency_access.rs` (+1 -1) 📝 `src/api/core/sends.rs` (+2 -2) 📝 `src/api/core/two_factor/authenticator.rs` (+2 -2) 📝 `src/api/core/two_factor/duo.rs` (+3 -3) 📝 `src/api/core/two_factor/duo_oidc.rs` (+3 -3) 📝 `src/api/core/two_factor/email.rs` (+3 -3) 📝 `src/api/icons.rs` (+15 -19) 📝 `src/api/identity.rs` (+12 -12) 📝 `src/api/push.rs` (+3 -3) 📝 `src/auth.rs` (+3 -3) _...and 10 more files_ </details> ### 📄 Description - Updated web-vault to v2025.5.0 - Updated Rust to v1.87.0 - Updated all the crates - Replaced yubico with yubico_ng - Fixed several new (nightly) clippy lints --- <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-03-07 21:14:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7313