Bring chrono minimum back down for AnkiDroid

Accidentally bumped in recent deps update
This commit is contained in:
Damien Elmes 2023-04-12 08:44:01 +10:00
parent 0466e220f3
commit 6fe9728b80

View File

@ -24,7 +24,7 @@ name = "benchmark"
harness = false harness = false
required-features = ["bench"] required-features = ["bench"]
# After updating anything below, run ../cargo/update.py # After updating anything below, run ../cargo/update_licenses.sh
[build-dependencies] [build-dependencies]
prost-build = "0.11.8" prost-build = "0.11.8"
@ -50,7 +50,7 @@ percent-encoding = { git = "https://github.com/ankitects/rust-url.git", rev = "0
unicase = "=2.6.0" unicase = "=2.6.0"
# keep this at 0.4.19 until an Android-compatible update is ready # keep this at 0.4.19 until an Android-compatible update is ready
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] }
criterion = { version = "0.4.0", optional = true } criterion = { version = "0.4.0", optional = true }