[PR #4475] [MERGED] Update crates and some Clippy fixes #16285

Closed
opened 2026-04-23 07:47:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4475
Author: @BlackDex
Created: 4/5/2024
Status: Merged
Merged: 4/6/2024
Merged by: @dani-garcia

Base: mainHead: update-crates-and-clippy


📝 Commits (1)

  • 8f82b3d Update crates and some Clippy fixes

📊 Changes

9 files changed (+397 additions, -171 deletions)

View changed files

📝 Cargo.lock (+371 -140)
📝 Cargo.toml (+15 -15)
📝 src/api/admin.rs (+3 -6)
📝 src/api/core/organizations.rs (+1 -1)
📝 src/api/notifications.rs (+1 -1)
📝 src/auth.rs (+2 -4)
📝 src/db/models/cipher.rs (+1 -1)
📝 src/db/models/emergency_access.rs (+2 -2)
📝 src/util.rs (+1 -1)

📄 Description

  • Updated all crates including reqwest
  • Fixed some clippy lints reported by nightly Rust

Closes #4471
Closes #4477
Fixes #4476


🔄 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/4475 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 4/5/2024 **Status:** ✅ Merged **Merged:** 4/6/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates-and-clippy` --- ### 📝 Commits (1) - [`8f82b3d`](https://github.com/dani-garcia/vaultwarden/commit/8f82b3d28d750a05869e725d5a184a120a83c29a) Update crates and some Clippy fixes ### 📊 Changes **9 files changed** (+397 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+371 -140) 📝 `Cargo.toml` (+15 -15) 📝 `src/api/admin.rs` (+3 -6) 📝 `src/api/core/organizations.rs` (+1 -1) 📝 `src/api/notifications.rs` (+1 -1) 📝 `src/auth.rs` (+2 -4) 📝 `src/db/models/cipher.rs` (+1 -1) 📝 `src/db/models/emergency_access.rs` (+2 -2) 📝 `src/util.rs` (+1 -1) </details> ### 📄 Description - Updated all crates including reqwest - Fixed some clippy lints reported by nightly Rust Closes #4471 Closes #4477 Fixes #4476 --- <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 07:47:09 -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#16285