upgrade num-format (#6694)

This commit is contained in:
Brian Myers
2022-10-10 07:25:57 -04:00
committed by GitHub
parent 118033e4a5
commit fde56cfe99
5 changed files with 16 additions and 25 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -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]