diff --git a/Cargo.lock b/Cargo.lock index 3904277da38..2f6080a2dcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2015,9 +2015,9 @@ dependencies = [ [[package]] name = "term_grid" -version = "0.1.7" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf" +checksum = "a7c9eb7705cb3f0fd71d3955b23db6d372142ac139e8c473952c93bf3c3dc4b7" dependencies = [ "unicode-width", ] diff --git a/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index 5941b72a810..9d1f88c1420 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version="^0.4.23", default-features=false, features=["std", "alloc", clap = { version = "4.0", features = ["wrap_help", "cargo", "env"] } unicode-width = "0.1.8" number_prefix = "0.4" -term_grid = "0.1.5" +term_grid = "0.2.0" terminal_size = "0.2.2" glob = "0.3.0" lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }