[PR #6910] [MERGED] Misc updates and fixes #16710

Closed
opened 2026-04-23 08:03:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6910
Author: @BlackDex
Created: 3/6/2026
Status: Merged
Merged: 3/9/2026
Merged by: @dani-garcia

Base: mainHead: misc


📝 Commits (3)

  • bd3f488 Fix collection details response
  • da940fe Misc updates and fixes
  • 103996e Remove commented out code

📊 Changes

14 files changed (+204 additions, -195 deletions)

View changed files

📝 .github/workflows/hadolint.yml (+1 -1)
📝 .github/workflows/release.yml (+16 -16)
📝 .github/workflows/trivy.yml (+2 -2)
📝 .github/workflows/typos.yml (+1 -1)
📝 .pre-commit-config.yaml (+1 -1)
📝 Cargo.lock (+141 -135)
📝 Cargo.toml (+9 -9)
📝 docker/DockerSettings.yaml (+3 -3)
📝 docker/Dockerfile.alpine (+10 -10)
📝 docker/Dockerfile.debian (+7 -7)
📝 macros/Cargo.toml (+2 -2)
📝 rust-toolchain.toml (+1 -1)
📝 src/api/core/organizations.rs (+6 -1)
📝 src/api/icons.rs (+4 -6)

📄 Description

  • Some clippy fixes
  • Crate updates
  • Updated Rust to v1.94.0
  • Updated all GitHub Actions
  • Updated web-vault v2026.2.0
  • Fix collection details response

🔄 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/6910 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/6/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `misc` --- ### 📝 Commits (3) - [`bd3f488`](https://github.com/dani-garcia/vaultwarden/commit/bd3f488023cbc11b329f363e5eea94096ff3b9ac) Fix collection details response - [`da940fe`](https://github.com/dani-garcia/vaultwarden/commit/da940fe1b95e0f50973e864369e79a891b54430a) Misc updates and fixes - [`103996e`](https://github.com/dani-garcia/vaultwarden/commit/103996e2d1fa4aa4495a5c6d205e2bd94f5224d5) Remove commented out code ### 📊 Changes **14 files changed** (+204 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+16 -16) 📝 `.github/workflows/trivy.yml` (+2 -2) 📝 `.github/workflows/typos.yml` (+1 -1) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `Cargo.lock` (+141 -135) 📝 `Cargo.toml` (+9 -9) 📝 `docker/DockerSettings.yaml` (+3 -3) 📝 `docker/Dockerfile.alpine` (+10 -10) 📝 `docker/Dockerfile.debian` (+7 -7) 📝 `macros/Cargo.toml` (+2 -2) 📝 `rust-toolchain.toml` (+1 -1) 📝 `src/api/core/organizations.rs` (+6 -1) 📝 `src/api/icons.rs` (+4 -6) </details> ### 📄 Description - Some clippy fixes - Crate updates - Updated Rust to v1.94.0 - Updated all GitHub Actions - Updated web-vault v2026.2.0 - Fix collection details response --- <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-23 08:03:16 -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#16710