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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:update-crates📝 Commits (1)
ccdd855Update 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
This probably makes #4606 possible
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.