mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 12:33:14 +02:00
upgrade chrono to v0.4.20 (#6235)
This commit is contained in:
6
tests/fixtures/formats/cargo_sample.toml
vendored
6
tests/fixtures/formats/cargo_sample.toml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user