[PR #6551] [MERGED] Update crates and Rust #7439

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6551
Author: @BlackDex
Created: 12/12/2025
Status: Merged
Merged: 12/19/2025
Merged by: @dani-garcia

Base: mainHead: update-crates-and-rust


📝 Commits (5)

📊 Changes

14 files changed (+189 additions, -220 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -2)
📝 .github/workflows/hadolint.yml (+1 -1)
📝 .github/workflows/release.yml (+8 -8)
📝 .github/workflows/trivy.yml (+1 -1)
📝 Cargo.lock (+145 -144)
📝 Cargo.toml (+16 -16)
📝 docker/DockerSettings.yaml (+2 -2)
📝 docker/Dockerfile.alpine (+5 -5)
📝 docker/Dockerfile.debian (+1 -18)
📝 docker/Dockerfile.j2 (+0 -17)
📝 macros/Cargo.toml (+1 -1)
📝 rust-toolchain.toml (+1 -1)
📝 src/api/core/organizations.rs (+1 -2)
📝 src/api/icons.rs (+5 -2)

📄 Description

  • Updated all the crates
  • Updated Rust to v1.92.0
  • Updated to Alpine v3.23
  • Adjusted some nightly clippy lints
  • Updated Diesel to v2.3.5 which solves MariaDB issues, and the need for an older MariaDB library version.
  • Update GHA Workflows

🔄 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/6551 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates-and-rust` --- ### 📝 Commits (5) - [`c9fd0e1`](https://github.com/dani-garcia/vaultwarden/commit/c9fd0e1beb2ca91856f9a1b23ee4c5488bd4e927) Update crates and Rust - [`4b375f2`](https://github.com/dani-garcia/vaultwarden/commit/4b375f2b44514408debdd5b4e5955af1ec21e5f0) Add new updates - [`77d75d4`](https://github.com/dani-garcia/vaultwarden/commit/77d75d4c48b79d86de597ba2d2e3c5b4201ec785) Updated more crates and fix mariadb - [`6d06047`](https://github.com/dani-garcia/vaultwarden/commit/6d0604702023194bc5f668846ca064478f7fac7f) Fix icon-fetch error - [`c22db02`](https://github.com/dani-garcia/vaultwarden/commit/c22db02dee8f11ffafe5cd77cfe505721ee6b6fd) Update GHA workflows ### 📊 Changes **14 files changed** (+189 additions, -220 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -2) 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+8 -8) 📝 `.github/workflows/trivy.yml` (+1 -1) 📝 `Cargo.lock` (+145 -144) 📝 `Cargo.toml` (+16 -16) 📝 `docker/DockerSettings.yaml` (+2 -2) 📝 `docker/Dockerfile.alpine` (+5 -5) 📝 `docker/Dockerfile.debian` (+1 -18) 📝 `docker/Dockerfile.j2` (+0 -17) 📝 `macros/Cargo.toml` (+1 -1) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/api/core/organizations.rs` (+1 -2) 📝 `src/api/icons.rs` (+5 -2) </details> ### 📄 Description - Updated all the crates - Updated Rust to v1.92.0 - Updated to Alpine v3.23 - Adjusted some nightly clippy lints - Updated Diesel to v2.3.5 which solves MariaDB issues, and the need for an older MariaDB library version. - Update GHA Workflows --- <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:17:38 -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#7439