aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1c82f4f..6e22549 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ git2 = { version = "0.14", default-features = false }
url = "2.2"
clap = { version = "3.2.15", features = ["derive"] }
-chrono = "0.4"
+chrono = { version = "0.4", features = ["alloc"], default-features = false }
multer = "2.0.3"
mime_guess = "2.0"
camino = "1"