1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7720 from uutils/renovate/uutils_term_grid-0.x

chore(deps): update rust crate uutils_term_grid to 0.7
This commit is contained in:
Daniel Hofstetter 2025-04-10 19:20:46 +02:00 committed by GitHub
commit 4559e974ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1333,7 +1333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"windows-targets 0.48.5", "windows-targets 0.52.6",
] ]
[[package]] [[package]]
@ -3641,9 +3641,9 @@ dependencies = [
[[package]] [[package]]
name = "uutils_term_grid" name = "uutils_term_grid"
version = "0.6.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb" checksum = "fcba141ce511bad08e80b43f02976571072e1ff4286f7d628943efbd277c6361"
dependencies = [ dependencies = [
"ansi-width", "ansi-width",
] ]

View file

@ -343,7 +343,7 @@ unicode-segmentation = "1.11.0"
unicode-width = "0.2.0" unicode-width = "0.2.0"
utf-8 = "0.7.6" utf-8 = "0.7.6"
utmp-classic = "0.1.6" utmp-classic = "0.1.6"
uutils_term_grid = "0.6" uutils_term_grid = "0.7"
walkdir = "2.5" walkdir = "2.5"
winapi-util = "0.1.8" winapi-util = "0.1.8"
windows-sys = { version = "0.59.0", default-features = false } windows-sys = { version = "0.59.0", default-features = false }