mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
chore: bump chrono to 0.4.28 to possibly fix month enum mapping
This commit is contained in:
parent
4f2a008ccd
commit
f0bbdfdde6
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ reqwest = { version = "0.11", default-features = false, features = [
|
||||||
tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }
|
tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }
|
||||||
|
|
||||||
### DATETIME
|
### DATETIME
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.28"
|
||||||
chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", tag = "v0.1.2" }
|
chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", tag = "v0.1.2" }
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
Loading…
Add table
Reference in a new issue