mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
chore(crate): use published chrono locale crate
This commit is contained in:
parent
f0bbdfdde6
commit
72f136f1d3
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ 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.28"
|
chrono = "0.4.29"
|
||||||
chrono_locale = { git = "https://github.com/0x5eal/chrono-locale.git", tag = "v0.1.2" }
|
chrono_lc = "0.1.3"
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue