[PR #5709] [MERGED] Update Rust, Crates and other deps #21848

Closed
opened 2026-04-30 08:14:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: update-rust-crates-and-deps


📝 Commits (1)

  • e236213 Update Rust, Crates and other deps

📊 Changes

14 files changed (+622 additions, -256 deletions)

View changed files

📝 .github/workflows/build.yml (+3 -3)
📝 .github/workflows/hadolint.yml (+1 -1)
📝 .github/workflows/release.yml (+14 -14)
📝 .github/workflows/trivy.yml (+1 -1)
📝 .pre-commit-config.yaml (+1 -1)
📝 Cargo.lock (+217 -60)
📝 Cargo.toml (+4 -4)
📝 docker/DockerSettings.yaml (+1 -1)
📝 docker/Dockerfile.alpine (+4 -4)
📝 docker/Dockerfile.debian (+1 -1)
📝 rust-toolchain.toml (+1 -1)
📝 src/http_client.rs (+5 -5)
📝 src/static/scripts/datatables.css (+14 -12)
📝 src/static/scripts/datatables.js (+355 -148)

📄 Description

  • Updated Rust to v1.85.1
  • Updated crates and fixed breaking changes
  • Updated datatables js
  • 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/5709 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/19/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-rust-crates-and-deps` --- ### 📝 Commits (1) - [`e236213`](https://github.com/dani-garcia/vaultwarden/commit/e236213542d095ccacae7ae9384e5920e965c5ef) Update Rust, Crates and other deps ### 📊 Changes **14 files changed** (+622 additions, -256 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+3 -3) 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+14 -14) 📝 `.github/workflows/trivy.yml` (+1 -1) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `Cargo.lock` (+217 -60) 📝 `Cargo.toml` (+4 -4) 📝 `docker/DockerSettings.yaml` (+1 -1) 📝 `docker/Dockerfile.alpine` (+4 -4) 📝 `docker/Dockerfile.debian` (+1 -1) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/http_client.rs` (+5 -5) 📝 `src/static/scripts/datatables.css` (+14 -12) 📝 `src/static/scripts/datatables.js` (+355 -148) </details> ### 📄 Description - Updated Rust to v1.85.1 - Updated crates and fixed breaking changes - Updated datatables js - 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-04-30 08:14:34 -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#21848