This commit is contained in:
JMARyA 2025-04-29 22:32:20 +02:00
parent ca6db5f1aa
commit 2f2d77ec48
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ rayon = "1.7.0"
regex = "1.9.5"
ring = "0.16.20"
walkdir = "2.4.0"
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3.30"
log = "0.4.20"
rocket = { version = "0.5.1", features = ["json"] }