upgrade chrono to v0.4.20 (#6235)

This commit is contained in:
Justin Ma
2022-08-05 19:53:01 +08:00
committed by GitHub
parent d255a2a050
commit cc99df5ef1
9 changed files with 15 additions and 14 deletions

View File

@ -11,8 +11,8 @@ edition = "2018"
[dependencies]
rustyline = "4.1.0"
sysinfo = "0.8.4"
chrono = { version = "0.4.6", features = ["serde"] }
chrono-tz = "0.5.1"
chrono = { version = "0.4.20", features = ["serde"] }
chrono-tz = "0.6.3"
derive-new = "0.5.6"
prettytable-rs = "0.8.0"
itertools = "0.8.0"
@ -21,7 +21,7 @@ conch-parser = "0.1.1"
nom = "5.0.0-beta1"
dunce = "1.0.0"
indexmap = { version = "1.0.2", features = ["serde-1"] }
chrono-humanize = "0.0.11"
chrono-humanize = "0.2.1"
byte-unit = "2.1.0"
ordered-float = "1.0.2"
prettyprint = "0.6.0"