summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-07-25 02:26:35 +0200
committerpennae <github@quasiparticle.net>2022-07-25 02:45:55 +0200
commit9e6572fa282a18fecfb31a2c35c17c0e8c23e371 (patch)
treec4ead0f54601fe010e2e17b0a8b43f6362b1c1a4 /Cargo.lock
parent9aacaaf079373f8bc25f0533d7f6218e691c5de7 (diff)
downloadminor-skulk-9e6572fa282a18fecfb31a2c35c17c0e8c23e371.tar.gz
minor-skulk-9e6572fa282a18fecfb31a2c35c17c0e8c23e371.tar.xz
minor-skulk-9e6572fa282a18fecfb31a2c35c17c0e8c23e371.zip
remove dependency on chrono
prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b2788b..a0445bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]