mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:47:46 +02:00
upgrade chrono to v0.4.20 (#6235)
This commit is contained in:
@ -14,7 +14,7 @@ nu-path = { path = "../nu-path", version = "0.66.3" }
|
||||
nu-json = { path = "../nu-json", version = "0.66.3" }
|
||||
|
||||
byte-unit = "4.0.9"
|
||||
chrono = { version="0.4.19", features=["serde"] }
|
||||
chrono = { version="0.4.20", features=["serde"] }
|
||||
chrono-humanize = "0.2.1"
|
||||
fancy-regex = "0.10.0"
|
||||
indexmap = { version="1.7", features=["serde-1"] }
|
||||
|
Reference in New Issue
Block a user