mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
upgrade chrono to v0.4.20 (#6235)
This commit is contained in:
@ -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"
|
||||
|
@ -31,9 +31,9 @@ base64 = "0.13.0"
|
||||
byteorder = "1.4.3"
|
||||
bytesize = "1.1.0"
|
||||
calamine = "0.18.0"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
chrono-humanize = "0.2.1"
|
||||
chrono-tz = "0.6.1"
|
||||
chrono-tz = "0.6.3"
|
||||
crossterm = "0.24.0"
|
||||
csv = "1.1.6"
|
||||
dialoguer = "0.9.0"
|
||||
|
@ -224,7 +224,7 @@ mod tests {
|
||||
[dependencies]
|
||||
rustyline = "4.1.0"
|
||||
sysinfo = "0.8.4"
|
||||
chrono = { version = "0.4.6", features = ["serde"] }
|
||||
chrono = { version = "0.4.20", features = ["serde"] }
|
||||
"#,
|
||||
),
|
||||
Span::test_data(),
|
||||
|
@ -12,7 +12,7 @@ nu-path = { path = "../nu-path", version = "0.66.3" }
|
||||
nu-glob = { path = "../nu-glob", version = "0.66.3" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.66.3" }
|
||||
|
||||
chrono = { version="0.4.19", features=["serde"] }
|
||||
chrono = { version="0.4.20", features=["serde"] }
|
||||
sysinfo = "0.24.6"
|
||||
|
||||
[features]
|
||||
|
@ -7,7 +7,7 @@ name = "nu-parser"
|
||||
version = "0.66.3"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.20"
|
||||
itertools = "0.10"
|
||||
miette = "5.1.0"
|
||||
thiserror = "1.0.31"
|
||||
|
@ -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