mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 22:32:53 +00:00
chore(deps): update rust crate textwrap to 0.16.1
This commit is contained in:
parent
a12d7c2b67
commit
d76b3103f0
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2066,9 +2066,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "0.16.0"
|
||||
version = "0.16.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
||||
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
||||
dependencies = [
|
||||
"smawk",
|
||||
"terminal_size 0.2.6",
|
||||
|
|
|
@ -322,7 +322,7 @@ smallvec = { version = "1.13", features = ["union"] }
|
|||
tempfile = "3.10.0"
|
||||
uutils_term_grid = "0.3"
|
||||
terminal_size = "0.3.0"
|
||||
textwrap = { version = "0.16.0", features = ["terminal_size"] }
|
||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||
thiserror = "1.0"
|
||||
time = { version = "0.3" }
|
||||
unicode-segmentation = "1.11.0"
|
||||
|
|
Loading…
Reference in a new issue