diff --git a/Cargo.toml b/Cargo.toml index 06af259..18e1dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }