mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #4436] [MERGED] Update chrono and sqlite #2824
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/4436
Author: @BlackDex
Created: 3/17/2024
Status: ✅ Merged
Merged: 3/19/2024
Merged by: @dani-garcia
Base:
main← Head:update-chrono📝 Commits (1)
50f85b4Update chrono and sqlite📊 Changes
17 files changed (+56 additions, -56 deletions)
View changed files
📝
Cargo.lock(+4 -4)📝
Cargo.toml(+2 -2)📝
src/api/core/accounts.rs(+1 -1)📝
src/api/core/emergency_access.rs(+4 -4)📝
src/api/core/public.rs(+1 -1)📝
src/api/core/sends.rs(+3 -3)📝
src/api/core/two_factor/email.rs(+5 -5)📝
src/api/core/two_factor/mod.rs(+2 -2)📝
src/api/core/two_factor/protected_actions.rs(+4 -4)📝
src/api/notifications.rs(+1 -1)📝
src/auth.rs(+19 -19)📝
src/db/models/auth_request.rs(+1 -1)📝
src/db/models/cipher.rs(+2 -2)📝
src/db/models/device.rs(+2 -2)📝
src/db/models/event.rs(+2 -2)📝
src/db/models/user.rs(+2 -2)📝
src/util.rs(+1 -1)📄 Description
The latter needed a lot of changes done, mostly
DurationtoTimeDelta. And some changes on how to use Naive.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.