diff --git a/Cargo.lock b/Cargo.lock index f8b2e386730..7883b1bdc54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,7 +992,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1717,7 +1717,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2020,7 +2020,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2602,7 +2602,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2902,7 +2902,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4517,9 +4517,9 @@ dependencies = [ [[package]] name = "uutils_term_grid" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcba141ce511bad08e80b43f02976571072e1ff4286f7d628943efbd277c6361" +checksum = "382d49b39de4a115f203305057741126b09a615892d773a2d419a2b816e30e39" dependencies = [ "ansi-width", ] @@ -4690,7 +4690,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a65caa1fbca..7e7b4eeff22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -440,7 +440,7 @@ time = { version = "0.3.36" } unicode-width = "0.2.0" unit-prefix = "0.5" utmp-classic = "0.1.6" -uutils_term_grid = "0.7" +uutils_term_grid = "0.8" walkdir = "2.5" winapi-util = "0.1.8" windows-sys = { version = "0.61.0", default-features = false }