[PR #4328] [MERGED] Update Rust, crates and web-vault #25627

Closed
opened 2026-05-29 04:42:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4328
Author: @BlackDex
Created: 2/8/2024
Status: Merged
Merged: 2/8/2024
Merged by: @dani-garcia

Base: mainHead: vault-crate-rust-clippy-updates


📝 Commits (1)

  • f41b0c4 Update Rust, crates and web-vault

📊 Changes

10 files changed (+176 additions, -132 deletions)

View changed files

📝 Cargo.lock (+81 -62)
📝 Cargo.toml (+61 -4)
📝 build.rs (+5 -5)
📝 docker/DockerSettings.yaml (+3 -3)
📝 docker/Dockerfile.alpine (+10 -10)
📝 docker/Dockerfile.debian (+7 -7)
📝 rust-toolchain.toml (+1 -1)
📝 src/api/core/events.rs (+1 -1)
📝 src/api/core/organizations.rs (+7 -8)
📝 src/main.rs (+0 -31)

📄 Description

  • Updated Rust to v1.76.0
  • Updated crates
  • Updated web-vault to v2024.1.2b
  • Fixed some Clippy lints
  • Moved lint check configuration to Cargo.toml
  • Fixed issue with Reset Password Enrollment when logged-in via device
  • Added a release-low profile to build Vaultwarden on systems with low system resources

🔄 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/4328 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `vault-crate-rust-clippy-updates` --- ### 📝 Commits (1) - [`f41b0c4`](https://github.com/dani-garcia/vaultwarden/commit/f41b0c49e8053969abc2d27046033120564dc85b) Update Rust, crates and web-vault ### 📊 Changes **10 files changed** (+176 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+81 -62) 📝 `Cargo.toml` (+61 -4) 📝 `build.rs` (+5 -5) 📝 `docker/DockerSettings.yaml` (+3 -3) 📝 `docker/Dockerfile.alpine` (+10 -10) 📝 `docker/Dockerfile.debian` (+7 -7) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/api/core/events.rs` (+1 -1) 📝 `src/api/core/organizations.rs` (+7 -8) 📝 `src/main.rs` (+0 -31) </details> ### 📄 Description - Updated Rust to v1.76.0 - Updated crates - Updated web-vault to v2024.1.2b - Fixed some Clippy lints - Moved lint check configuration to Cargo.toml - Fixed issue with Reset Password Enrollment when logged-in via device - Added a `release-low` profile to build Vaultwarden on systems with low system resources --- <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 04:42:40 -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#25627