diff --git a/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index c6b3199685..f498412b90 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" path = "src/ls.rs" [dependencies] -ansi-width = "0.1.0" +ansi-width= { workspace = true } clap = { workspace = true, features = ["env"] } chrono = { workspace = true } number_prefix = { workspace = true }