Bump chrono dependency to fix panic (#6317)

This commit is contained in:
Reilly Wood
2022-08-13 11:21:28 -07:00
committed by GitHub
parent 8783742060
commit 613d2fb8df
10 changed files with 25 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.4" }
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
chrono = "0.4.20"
chrono = "0.4.21"
crossterm = "0.24.0"
fancy-regex = "0.10.0"
fuzzy-matcher = "0.3.7"