Skip to content

Commit f90e81e

Browse files
fix(deps): update rust crate textwrap to 0.16.1
1 parent bc662ec commit f90e81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ rust-version = "1.70"
1515
name = "term_grid"
1616

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

0 commit comments

Comments
 (0)