mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #4074] [MERGED] Update crates #2887
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:update-crates📝 Commits (3)
00f1f6eRemove another header for websocket connectionsb3d8a62Fix small bake issue4b02f80Update 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.