[PR #4648] [MERGED] Update crates, web-vault and GHA #2775

Closed
opened 2025-10-09 18:11:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4648
Author: @BlackDex
Created: 6/17/2024
Status: Merged
Merged: 6/19/2024
Merged by: @dani-garcia

Base: mainHead: update-crates


📝 Commits (1)

  • ccdd855 Update crates, web-vault and GHA

📊 Changes

10 files changed (+299 additions, -278 deletions)

View changed files

📝 .github/workflows/build.yml (+3 -3)
📝 .github/workflows/hadolint.yml (+1 -1)
📝 .github/workflows/release.yml (+15 -15)
📝 .github/workflows/trivy.yml (+3 -3)
📝 Cargo.lock (+247 -229)
📝 Cargo.toml (+14 -11)
📝 docker/DockerSettings.yaml (+2 -2)
📝 docker/Dockerfile.alpine (+6 -6)
📝 docker/Dockerfile.debian (+6 -6)
📝 src/db/mod.rs (+2 -2)

📄 Description

  • Updated all crates including Diesel and the new mysqlclient-sys
  • Updated the MSRV to v1.78 as that is what Diesel mandates
  • Added the mimalloc crate as a patch for now to fix armv6 static builds
    This probably makes #4606 possible
  • Updated web-vault to v2024.5.1
  • Updated GitHub Actions
    Fixed an issue with the localhost images for extracting the musl binaries.

🔄 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/4648 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates` --- ### 📝 Commits (1) - [`ccdd855`](https://github.com/dani-garcia/vaultwarden/commit/ccdd855fd8b06cd4375466ae5625064b500a4648) Update crates, web-vault and GHA ### 📊 Changes **10 files changed** (+299 additions, -278 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+3 -3) 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+15 -15) 📝 `.github/workflows/trivy.yml` (+3 -3) 📝 `Cargo.lock` (+247 -229) 📝 `Cargo.toml` (+14 -11) 📝 `docker/DockerSettings.yaml` (+2 -2) 📝 `docker/Dockerfile.alpine` (+6 -6) 📝 `docker/Dockerfile.debian` (+6 -6) 📝 `src/db/mod.rs` (+2 -2) </details> ### 📄 Description - Updated all crates including Diesel and the new mysqlclient-sys - Updated the MSRV to v1.78 as that is what Diesel mandates - Added the mimalloc crate as a patch for now to fix armv6 static builds This probably makes #4606 possible - Updated web-vault to v2024.5.1 - Updated GitHub Actions Fixed an issue with the localhost images for extracting the musl binaries. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:11:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2775