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"