Original PR: https://github.com/dani-garcia/vaultwarden/pull/7406 Author: @BlackDex Created: 7/8/2026 Status: ✅ Merged Merged: 7/8/2026 Merged by: @dani-garcia
Base: main ← Head: updates
main
updates
f7df02b
a711aa1
22 files changed (+355 additions, -499 deletions)
📝 .github/workflows/build.yml (+1 -1) 📝 .github/workflows/check-templates.yml (+1 -1) 📝 .github/workflows/hadolint.yml (+2 -2) 📝 .github/workflows/release.yml (+14 -14) 📝 .github/workflows/trivy.yml (+2 -2) 📝 .github/workflows/typos.yml (+2 -2) 📝 .github/workflows/zizmor.yml (+2 -2) 📝 .pre-commit-config.yaml (+1 -1) 📝 Cargo.lock (+241 -377) 📝 Cargo.toml (+16 -16) 📝 docker/DockerSettings.yaml (+4 -4) 📝 docker/Dockerfile.alpine (+11 -11) 📝 docker/Dockerfile.debian (+7 -7) 📝 macros/Cargo.toml (+2 -2) 📝 rust-toolchain.toml (+1 -1) 📝 src/api/core/ciphers.rs (+3 -3) 📝 src/api/core/events.rs (+3 -3) 📝 src/api/core/organizations.rs (+3 -3) 📝 src/db/models/cipher.rs (+1 -1) 📝 src/db/models/mod.rs (+1 -4)
.github/workflows/build.yml
.github/workflows/check-templates.yml
.github/workflows/hadolint.yml
.github/workflows/release.yml
.github/workflows/trivy.yml
.github/workflows/typos.yml
.github/workflows/zizmor.yml
.pre-commit-config.yaml
Cargo.lock
Cargo.toml
docker/DockerSettings.yaml
docker/Dockerfile.alpine
docker/Dockerfile.debian
macros/Cargo.toml
rust-toolchain.toml
src/api/core/ciphers.rs
src/api/core/events.rs
src/api/core/organizations.rs
src/db/models/cipher.rs
src/db/models/mod.rs
...and 2 more files
send
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7406
Author: @BlackDex
Created: 7/8/2026
Status: ✅ Merged
Merged: 7/8/2026
Merged by: @dani-garcia
Base:
main← Head:updates📝 Commits (2)
f7df02bMisc updates and fixesa711aa1Update MSRV to v1.94.1📊 Changes
22 files changed (+355 additions, -499 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
.github/workflows/check-templates.yml(+1 -1)📝
.github/workflows/hadolint.yml(+2 -2)📝
.github/workflows/release.yml(+14 -14)📝
.github/workflows/trivy.yml(+2 -2)📝
.github/workflows/typos.yml(+2 -2)📝
.github/workflows/zizmor.yml(+2 -2)📝
.pre-commit-config.yaml(+1 -1)📝
Cargo.lock(+241 -377)📝
Cargo.toml(+16 -16)📝
docker/DockerSettings.yaml(+4 -4)📝
docker/Dockerfile.alpine(+11 -11)📝
docker/Dockerfile.debian(+7 -7)📝
macros/Cargo.toml(+2 -2)📝
rust-toolchain.toml(+1 -1)📝
src/api/core/ciphers.rs(+3 -3)📝
src/api/core/events.rs(+3 -3)📝
src/api/core/organizations.rs(+3 -3)📝
src/db/models/cipher.rs(+1 -1)📝
src/db/models/mod.rs(+1 -4)...and 2 more files
📄 Description
sendUUID wrappers didn't need the special namespace anymore since an updated crate, so removed this extra mod.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.