[PR #4074] [MERGED] Update crates #2887

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4074
Author: @BlackDex
Created: 11/15/2023
Status: Merged
Merged: 11/15/2023
Merged by: @dani-garcia

Base: mainHead: update-crates


📝 Commits (3)

  • 00f1f6e Remove another header for websocket connections
  • b3d8a62 Fix small bake issue
  • 4b02f80 Update crates

📊 Changes

8 files changed (+392 additions, -360 deletions)

View changed files

📝 Cargo.lock (+355 -316)
📝 Cargo.toml (+17 -23)
📝 docker/docker-bake.hcl (+2 -2)
📝 src/api/admin.rs (+6 -7)
📝 src/api/core/accounts.rs (+4 -7)
📝 src/db/mod.rs (+5 -3)
📝 src/error.rs (+2 -2)
📝 src/util.rs (+1 -0)

📄 Description

Updated crates and adjusted code where needed.
One major update is Rocket rc4, no need anymore (again) for crates.io patching.

The only item still pending is openssl/openssl-sys for which we need to
wait if https://github.com/sfackler/rust-openssl/pull/2094 will be
merged. If, then we can remove the pinned versions for the openssl crate.

Fix small bake issue

Remove another header for websocket connections


🔄 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/4074 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/15/2023 **Status:** ✅ Merged **Merged:** 11/15/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates` --- ### 📝 Commits (3) - [`00f1f6e`](https://github.com/dani-garcia/vaultwarden/commit/00f1f6eb0c2cf8a2fcb2a137e2027570662b200b) Remove another header for websocket connections - [`b3d8a62`](https://github.com/dani-garcia/vaultwarden/commit/b3d8a625ce27476f1f23af22220d331dc228fc8b) Fix small bake issue - [`4b02f80`](https://github.com/dani-garcia/vaultwarden/commit/4b02f800016347493f05d089227ba712cb4c273c) Update crates ### 📊 Changes **8 files changed** (+392 additions, -360 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+355 -316) 📝 `Cargo.toml` (+17 -23) 📝 `docker/docker-bake.hcl` (+2 -2) 📝 `src/api/admin.rs` (+6 -7) 📝 `src/api/core/accounts.rs` (+4 -7) 📝 `src/db/mod.rs` (+5 -3) 📝 `src/error.rs` (+2 -2) 📝 `src/util.rs` (+1 -0) </details> ### 📄 Description Updated crates and adjusted code where needed. One major update is Rocket rc4, no need anymore (again) for crates.io patching. The only item still pending is openssl/openssl-sys for which we need to wait if https://github.com/sfackler/rust-openssl/pull/2094 will be merged. If, then we can remove the pinned versions for the openssl crate. Fix small bake issue Remove another header for websocket connections --- <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:13:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2887