[PR #2724] [MERGED] Update diesel to 2.0.2 #3210

Closed
opened 2025-10-09 18:19:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2724
Author: @dani-garcia
Created: 9/5/2022
Status: Merged
Merged: 10/23/2022
Merged by: @dani-garcia

Base: mainHead: diesel2


📝 Commits (1)

📊 Changes

36 files changed (+1269 additions, -1272 deletions)

View changed files

📝 Cargo.lock (+170 -161)
📝 Cargo.toml (+7 -7)
📝 src/api/admin.rs (+79 -89)
📝 src/api/core/accounts.rs (+54 -53)
📝 src/api/core/ciphers.rs (+151 -157)
📝 src/api/core/emergency_access.rs (+93 -107)
📝 src/api/core/folders.rs (+12 -12)
📝 src/api/core/mod.rs (+2 -2)
📝 src/api/core/organizations.rs (+232 -233)
📝 src/api/core/sends.rs (+55 -50)
📝 src/api/core/two_factor/authenticator.rs (+7 -7)
📝 src/api/core/two_factor/duo.rs (+9 -9)
📝 src/api/core/two_factor/email.rs (+15 -15)
📝 src/api/core/two_factor/mod.rs (+18 -18)
📝 src/api/core/two_factor/webauthn.rs (+24 -23)
📝 src/api/core/two_factor/yubikey.rs (+6 -6)
📝 src/api/identity.rs (+20 -20)
📝 src/auth.rs (+13 -9)
📝 src/db/mod.rs (+26 -19)
📝 src/db/models/attachment.rs (+13 -13)

...and 16 more files

📄 Description

Big diff but it's mostly changing &conn to &mut conn all over the codebase.


🔄 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/2724 **Author:** [@dani-garcia](https://github.com/dani-garcia) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 10/23/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `diesel2` --- ### 📝 Commits (1) - [`8409b31`](https://github.com/dani-garcia/vaultwarden/commit/8409b31d6be818836434e57ab2200c85d17df4ed) Update to diesel2 ### 📊 Changes **36 files changed** (+1269 additions, -1272 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+170 -161) 📝 `Cargo.toml` (+7 -7) 📝 `src/api/admin.rs` (+79 -89) 📝 `src/api/core/accounts.rs` (+54 -53) 📝 `src/api/core/ciphers.rs` (+151 -157) 📝 `src/api/core/emergency_access.rs` (+93 -107) 📝 `src/api/core/folders.rs` (+12 -12) 📝 `src/api/core/mod.rs` (+2 -2) 📝 `src/api/core/organizations.rs` (+232 -233) 📝 `src/api/core/sends.rs` (+55 -50) 📝 `src/api/core/two_factor/authenticator.rs` (+7 -7) 📝 `src/api/core/two_factor/duo.rs` (+9 -9) 📝 `src/api/core/two_factor/email.rs` (+15 -15) 📝 `src/api/core/two_factor/mod.rs` (+18 -18) 📝 `src/api/core/two_factor/webauthn.rs` (+24 -23) 📝 `src/api/core/two_factor/yubikey.rs` (+6 -6) 📝 `src/api/identity.rs` (+20 -20) 📝 `src/auth.rs` (+13 -9) 📝 `src/db/mod.rs` (+26 -19) 📝 `src/db/models/attachment.rs` (+13 -13) _...and 16 more files_ </details> ### 📄 Description Big diff but it's mostly changing `&conn` to `&mut conn` all over the codebase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:19:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3210