diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1448,7 +1448,6 @@ version = "0.1.0" dependencies = [ "anyhow", "base64", - "chrono", "dotenv", "either", "futures", @@ -1469,6 +1468,7 @@ dependencies = [ "sha2 0.10.2", "sqlx", "subtle", + "time 0.3.11", "url", "validator", "web-push", @@ -2501,7 +2501,6 @@ dependencies = [ "bitflags", "byteorder", "bytes", - "chrono", "crc", "crossbeam-queue", "dirs", @@ -2534,6 +2533,7 @@ dependencies = [ "sqlx-rt", "stringprep", "thiserror", + "time 0.3.11", "tokio-stream", "url", "whoami", @@ -2693,6 +2693,7 @@ dependencies = [ "itoa", "libc", "num_threads", + "serde", "time-macros", ] |