Skip to content

Commit

Permalink
fix(deps): update rust crate textwrap to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent f954fc1 commit ef078af
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 @@ -62,7 +62,7 @@ once-cell-regex = "0.2"
path_abs = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
structopt = { version = "0.3", optional = true }
textwrap = { version = "0.11", features = [ "term_size" ] }
textwrap = { version = "0.16", features = [ "term_size" ] }
thiserror = "1.0"
toml = { version = "0.5", features = [ "preserve_order" ] }
duct = "0.13"
Expand Down

0 comments on commit ef078af

Please sign in to comment.