@@ -366,6 +366,7 @@ self_cell = "1.0.4"
366366# FIXME we use the exact version because the new 0.5.3 requires an MSRV of 1.88
367367selinux = " =0.5.2"
368368signal-hook = " 0.3.17"
369+ string-interner = " 0.19.0"
369370tempfile = " 3.15.0"
370371terminal_size = " 0.4.0"
371372textwrap = { version = " 0.16.1" , features = [" terminal_size" ] }
@@ -403,18 +404,18 @@ uucore_procs = { version = "0.5.0", package = "uucore_procs", path = "src/uucore
403404uu_ls = { version = " 0.5.0" , path = " src/uu/ls" }
404405uu_base32 = { version = " 0.5.0" , path = " src/uu/base32" }
405406uutests = { version = " 0.5.0" , package = " uutests" , path = " tests/uutests" }
406- string-interner = " 0.19.0 "
407+
407408[dependencies ]
408409clap.workspace = true
409410clap_complete = { workspace = true , optional = true }
410411clap_mangen = { workspace = true , optional = true }
411412fluent-syntax = { workspace = true , optional = true }
412413phf.workspace = true
413414selinux = { workspace = true , optional = true }
415+ string-interner.workspace = true
414416textwrap.workspace = true
415417uucore.workspace = true
416418zip = { workspace = true , optional = true }
417- string-interner.workspace = true
418419
419420# * uutils
420421uu_test = { optional = true , version = " 0.5.0" , package = " uu_test" , path = " src/uu/test" }
@@ -521,7 +522,6 @@ who = { optional = true, version = "0.5.0", package = "uu_who", path = "src/uu/w
521522whoami = { optional = true , version = " 0.5.0" , package = " uu_whoami" , path = " src/uu/whoami" }
522523yes = { optional = true , version = " 0.5.0" , package = " uu_yes" , path = " src/uu/yes" }
523524
524-
525525# this breaks clippy linting with: "tests/by-util/test_factor_benches.rs: No such file or directory (os error 2)"
526526# factor_benches = { optional = true, version = "0.0.0", package = "uu_factor_benches", path = "tests/benches/factor" }
527527
0 commit comments