mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-14 06:00:38 +00:00
chore(crate): bump dependencies
This commit is contained in:
parent
85043c4a3e
commit
e25de2a2f6
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ repository = "https://github.com/0x5eal/chrono-locale"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.29"
|
||||||
num-integer = { version = "0.1", default-features = false }
|
num-integer = { version = "0.1", default-features = false }
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
serde = "1"
|
serde = "1.0.188"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1.0.188"
|
||||||
walkdir = "2"
|
walkdir = "2.4.0"
|
||||||
|
|
Loading…
Reference in a new issue