Skip to content

Commit

Permalink
fix(deps): update rust crate textwrap to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent bc662ec commit f90e81e
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 @@ -15,4 +15,4 @@ rust-version = "1.70"
name = "term_grid"

[dependencies]
textwrap = { version = "0.16.0", default-features = false, features = ["unicode-width"] }
textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] }

0 comments on commit f90e81e

Please sign in to comment.