diff --git a/Cargo.lock b/Cargo.lock index 07df7b827..1004312ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1333,7 +1333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -3641,9 +3641,9 @@ dependencies = [ [[package]] name = "uutils_term_grid" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb" +checksum = "fcba141ce511bad08e80b43f02976571072e1ff4286f7d628943efbd277c6361" dependencies = [ "ansi-width", ] diff --git a/Cargo.toml b/Cargo.toml index c12b1edb1..c111428f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -343,7 +343,7 @@ unicode-segmentation = "1.11.0" unicode-width = "0.2.0" utf-8 = "0.7.6" utmp-classic = "0.1.6" -uutils_term_grid = "0.6" +uutils_term_grid = "0.7" walkdir = "2.5" winapi-util = "0.1.8" windows-sys = { version = "0.59.0", default-features = false }