[PR #7406] [MERGED] Misc updates and fixes #37075

Closed
opened 2026-07-13 21:35:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7406
Author: @BlackDex
Created: 7/8/2026
Status: Merged
Merged: 7/8/2026
Merged by: @dani-garcia

Base: mainHead: updates


📝 Commits (2)

📊 Changes

22 files changed (+355 additions, -499 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 .github/workflows/check-templates.yml (+1 -1)
📝 .github/workflows/hadolint.yml (+2 -2)
📝 .github/workflows/release.yml (+14 -14)
📝 .github/workflows/trivy.yml (+2 -2)
📝 .github/workflows/typos.yml (+2 -2)
📝 .github/workflows/zizmor.yml (+2 -2)
📝 .pre-commit-config.yaml (+1 -1)
📝 Cargo.lock (+241 -377)
📝 Cargo.toml (+16 -16)
📝 docker/DockerSettings.yaml (+4 -4)
📝 docker/Dockerfile.alpine (+11 -11)
📝 docker/Dockerfile.debian (+7 -7)
📝 macros/Cargo.toml (+2 -2)
📝 rust-toolchain.toml (+1 -1)
📝 src/api/core/ciphers.rs (+3 -3)
📝 src/api/core/events.rs (+3 -3)
📝 src/api/core/organizations.rs (+3 -3)
📝 src/db/models/cipher.rs (+1 -1)
📝 src/db/models/mod.rs (+1 -4)

...and 2 more files

📄 Description

  • Updated Rust to v1.96.1
  • Updated all the crates
  • Updated GitHub Actions
  • Updated the web-vault to v2026.6.2
  • Updated Alpine to v3.24
  • Fixed several clippy lints
  • The send UUID wrappers didn't need the special namespace anymore since an updated crate, so removed this extra mod.

🔄 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/7406 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/8/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `updates` --- ### 📝 Commits (2) - [`f7df02b`](https://github.com/dani-garcia/vaultwarden/commit/f7df02b48391ee0f2b3817c34465910d3d89d7d5) Misc updates and fixes - [`a711aa1`](https://github.com/dani-garcia/vaultwarden/commit/a711aa1274ad3c5f27ae3c3ceeb5e8a1644dff1b) Update MSRV to v1.94.1 ### 📊 Changes **22 files changed** (+355 additions, -499 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `.github/workflows/check-templates.yml` (+1 -1) 📝 `.github/workflows/hadolint.yml` (+2 -2) 📝 `.github/workflows/release.yml` (+14 -14) 📝 `.github/workflows/trivy.yml` (+2 -2) 📝 `.github/workflows/typos.yml` (+2 -2) 📝 `.github/workflows/zizmor.yml` (+2 -2) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `Cargo.lock` (+241 -377) 📝 `Cargo.toml` (+16 -16) 📝 `docker/DockerSettings.yaml` (+4 -4) 📝 `docker/Dockerfile.alpine` (+11 -11) 📝 `docker/Dockerfile.debian` (+7 -7) 📝 `macros/Cargo.toml` (+2 -2) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/api/core/ciphers.rs` (+3 -3) 📝 `src/api/core/events.rs` (+3 -3) 📝 `src/api/core/organizations.rs` (+3 -3) 📝 `src/db/models/cipher.rs` (+1 -1) 📝 `src/db/models/mod.rs` (+1 -4) _...and 2 more files_ </details> ### 📄 Description - Updated Rust to v1.96.1 - Updated all the crates - Updated GitHub Actions - Updated the web-vault to v2026.6.2 - Updated Alpine to v3.24 - Fixed several clippy lints - The `send` UUID wrappers didn't need the special namespace anymore since an updated crate, so removed this extra mod. --- <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-07-13 21:35:04 -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#37075