mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
chore(deps): update rust crate uutils_term_grid to 0.6
This commit is contained in:
parent
3346b4147a
commit
94b6037838
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3375,9 +3375,9 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uutils_term_grid"
|
name = "uutils_term_grid"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9f8d288de1b98c546a4d17b857689ec9c84234ee317eaa018804112fb91e607a"
|
checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi-width",
|
"ansi-width",
|
||||||
]
|
]
|
||||||
|
|
|
@ -322,7 +322,7 @@ selinux = "0.4"
|
||||||
signal-hook = "0.3.17"
|
signal-hook = "0.3.17"
|
||||||
smallvec = { version = "1.13", features = ["union"] }
|
smallvec = { version = "1.13", features = ["union"] }
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
uutils_term_grid = "0.5"
|
uutils_term_grid = "0.6"
|
||||||
terminal_size = "0.3.0"
|
terminal_size = "0.3.0"
|
||||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue