[PR #4436] [MERGED] Update chrono and sqlite #2824

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

📋 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: mainHead: update-chrono


📝 Commits (1)

📊 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

  • Updated sqlite crate
  • Updated chrono crate

The latter needed a lot of changes done, mostly Duration to TimeDelta. 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/4436 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/19/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-chrono` --- ### 📝 Commits (1) - [`50f85b4`](https://github.com/dani-garcia/vaultwarden/commit/50f85b443c2b911eab3ea745e4681dd072f784b6) Update chrono and sqlite ### 📊 Changes **17 files changed** (+56 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Updated sqlite crate - Updated chrono crate The latter needed a lot of changes done, mostly `Duration` to `TimeDelta`. And some changes on how to use Naive. --- <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:12:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2824