Merge pull request #1088 from IlyaBizyaev/fix/chrono-min-ver

Require chrono >= 0.4.32
This commit is contained in:
Waffle Maybe 2024-07-10 14:01:00 +00:00 committed by GitHub
commit 07a5d33709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ once_cell = "1.5.0"
takecell = "0.1"
take_mut = "0.2"
rc-box = "1.1.1"
chrono = { version = "0.4.30", default-features = false }
chrono = { version = "0.4.32", default-features = false }
either = "1.6.1"
bitflags = { version = "1.2" }