fix: require new time crate version which added Month::length
This commit is contained in:
parent
f79764490c
commit
ec7a195c98
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ serde_with = { version = "3.0.0", default-features = false, features = [
|
|||
] }
|
||||
serde_plain = "1.0.0"
|
||||
rand = "0.8.0"
|
||||
time = { version = "0.3.10", features = [
|
||||
time = { version = "0.3.37", features = [
|
||||
"macros",
|
||||
"serde-human-readable",
|
||||
"serde-well-known",
|
||||
|
|
|
|||
Reference in a new issue