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

@ -21,7 +21,7 @@ nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.66.3" }
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
chrono = "0.4.19"
chrono = "0.4.20"
crossterm = "0.24.0"
fancy-regex = "0.10.0"
fuzzy-matcher = "0.3.7"