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

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