mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 08:29:46 +02:00
Bump chrono dependency to fix panic (#6317)
This commit is contained in:
@@ -12,7 +12,7 @@ nu-path = { path = "../nu-path", version = "0.66.4" }
|
||||
nu-glob = { path = "../nu-glob", version = "0.66.4" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.66.4" }
|
||||
|
||||
chrono = { version="0.4.20", features=["serde"] }
|
||||
chrono = { version="0.4.21", features=["serde"] }
|
||||
sysinfo = "0.25.2"
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user