Skip to content

Commit

Permalink
Merge pull request uutils#13 from uutils/renovate/textwrap-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate textwrap to 0.16.1
  • Loading branch information
sylvestre authored Mar 25, 2024
2 parents fd55431 + 93b365a commit 711418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sysinfo = "0.30"
libc = "0.2.152"
phf = "0.11.2"
phf_codegen = "0.11.2"
textwrap = { version = "0.16.0", features = ["terminal_size"] }
textwrap = { version = "0.16.1", features = ["terminal_size"] }
xattr = "1.3.1"
tempfile = "3.9.0"
rand = { version = "0.8", features = ["small_rng"] }
Expand Down

0 comments on commit 711418e

Please sign in to comment.