mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Merge pull request #5963 from uutils/renovate/uutils_term_grid-0.x
chore(deps): update rust crate uutils_term_grid to 0.6
This commit is contained in:
commit
d4273adf6b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3375,9 +3375,9 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
|||
|
||||
[[package]]
|
||||
name = "uutils_term_grid"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f8d288de1b98c546a4d17b857689ec9c84234ee317eaa018804112fb91e607a"
|
||||
checksum = "f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb"
|
||||
dependencies = [
|
||||
"ansi-width",
|
||||
]
|
||||
|
|
|
@ -322,7 +322,7 @@ selinux = "0.4"
|
|||
signal-hook = "0.3.17"
|
||||
smallvec = { version = "1.13", features = ["union"] }
|
||||
tempfile = "3.10.1"
|
||||
uutils_term_grid = "0.5"
|
||||
uutils_term_grid = "0.6"
|
||||
terminal_size = "0.3.0"
|
||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||
thiserror = "1.0"
|
||||
|
|
Loading…
Reference in a new issue