[PR #6843] [MERGED] Update Rust and Crates and GHA #7487

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6843
Author: @BlackDex
Created: 2/17/2026
Status: Merged
Merged: 2/17/2026
Merged by: @dani-garcia

Base: mainHead: update-crates-and-rust


📝 Commits (1)

  • 9a14818 Update Rust and Crates and GHA

📊 Changes

13 files changed (+173 additions, -203 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -2)
📝 .github/workflows/trivy.yml (+2 -2)
📝 .github/workflows/typos.yml (+1 -1)
📝 .pre-commit-config.yaml (+1 -1)
📝 Cargo.lock (+141 -169)
📝 Cargo.toml (+9 -9)
📝 docker/DockerSettings.yaml (+1 -1)
📝 docker/Dockerfile.alpine (+4 -4)
📝 docker/Dockerfile.debian (+1 -1)
📝 rust-toolchain.toml (+1 -1)
📝 src/api/core/accounts.rs (+3 -4)
📝 src/api/identity.rs (+5 -6)
📝 src/crypto.rs (+2 -2)

📄 Description

  • Update Rust to v1.93.1
  • Updated all the crates
    Adjust changes needed for the newer rand crate
  • Updated GitHub Actions

🔄 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/6843 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates-and-rust` --- ### 📝 Commits (1) - [`9a14818`](https://github.com/dani-garcia/vaultwarden/commit/9a14818b67c345d82dc0f6ed0985218e4882f8fa) Update Rust and Crates and GHA ### 📊 Changes **13 files changed** (+173 additions, -203 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -2) 📝 `.github/workflows/trivy.yml` (+2 -2) 📝 `.github/workflows/typos.yml` (+1 -1) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `Cargo.lock` (+141 -169) 📝 `Cargo.toml` (+9 -9) 📝 `docker/DockerSettings.yaml` (+1 -1) 📝 `docker/Dockerfile.alpine` (+4 -4) 📝 `docker/Dockerfile.debian` (+1 -1) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/api/core/accounts.rs` (+3 -4) 📝 `src/api/identity.rs` (+5 -6) 📝 `src/crypto.rs` (+2 -2) </details> ### 📄 Description - Update Rust to v1.93.1 - Updated all the crates Adjust changes needed for the newer `rand` crate - Updated GitHub Actions --- <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:18:22 -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#7487