fix: require new time crate version which added Month::length

This commit is contained in:
ThetaDev 2024-12-27 22:10:19 +01:00
parent f79764490c
commit ec7a195c98
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -42,7 +42,7 @@ serde_with = { version = "3.0.0", default-features = false, features = [
] } ] }
serde_plain = "1.0.0" serde_plain = "1.0.0"
rand = "0.8.0" rand = "0.8.0"
time = { version = "0.3.10", features = [ time = { version = "0.3.37", features = [
"macros", "macros",
"serde-human-readable", "serde-human-readable",
"serde-well-known", "serde-well-known",