mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
upgrade num-format (#6694)
This commit is contained in:
@ -25,7 +25,7 @@ nu-term-grid = { path = "../nu-term-grid", version = "0.69.2" }
|
||||
nu-test-support = { path = "../nu-test-support", version = "0.69.2" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.69.2" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
num-format = { version = "0.4.0" }
|
||||
num-format = { version = "0.4.3" }
|
||||
|
||||
# Potential dependencies for extras
|
||||
alphanumeric-sort = "1.4.4"
|
||||
|
@ -20,7 +20,7 @@ chrono-humanize = "0.2.1"
|
||||
fancy-regex = "0.10.0"
|
||||
indexmap = { version="1.7", features=["serde-1"] }
|
||||
miette = { version = "5.1.0", features = ["fancy"] }
|
||||
num-format = "0.4.0"
|
||||
num-format = "0.4.3"
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
sys-locale = "0.2.0"
|
||||
|
@ -15,7 +15,7 @@ nu-path = { path="../nu-path", version = "0.69.2" }
|
||||
nu-glob = { path = "../nu-glob", version = "0.69.2" }
|
||||
nu-utils = { path="../nu-utils", version = "0.69.2" }
|
||||
lazy_static = "1.4.0"
|
||||
num-format = "0.4.0"
|
||||
num-format = "0.4.3"
|
||||
|
||||
getset = "0.1.1"
|
||||
num-bigint = { version="0.4.3", features=["serde"] }
|
||||
|
@ -14,7 +14,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
lscolors = { version = "0.12.0", features = ["crossterm"]}
|
||||
num-format = { version = "0.4.0" }
|
||||
num-format = { version = "0.4.3" }
|
||||
sys-locale = "0.2.1"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
Reference in New Issue
Block a user