replace number_prefix by unit-prefix

See https://rustsec.org/advisories/RUSTSEC-2025-0119
This commit is contained in:
Sylvestre Ledru
2025-11-18 09:59:46 +01:00
parent 67c761242b
commit 0709890328
5 changed files with 13 additions and 19 deletions
+7 -7
View File
@@ -1017,12 +1017,6 @@ dependencies = [
"autocfg",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "objc2"
version = "0.6.3"
@@ -1578,6 +1572,12 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]]
name = "unit-prefix"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
[[package]]
name = "utf16_iter"
version = "1.0.5"
@@ -1784,7 +1784,6 @@ dependencies = [
"memchr",
"nix",
"num-traits",
"number_prefix",
"os_display",
"phf",
"procfs",
@@ -1794,6 +1793,7 @@ dependencies = [
"sm3",
"thiserror",
"unic-langid",
"unit-prefix",
"uucore_procs",
"wild",
"winapi-util",