mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-11 11:15:58 +03:00
r2d2_diesel is included in diesel since 1.1, so we don't need the dependencies directly.
Same thing with time, included in chrono
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
///
|
||||
|
||||
use util::read_file;
|
||||
use time::Duration;
|
||||
use chrono::Duration;
|
||||
|
||||
use jwt;
|
||||
use serde::ser::Serialize;
|
||||
|
Reference in New Issue
Block a user