build(cargo): update unicode-width requirement from 0.1 to 0.2 (#43)

Updates the requirements on [unicode-width](https://github.com/unicode-rs/unicode-width) to permit the latest version.
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-01 11:22:32 +02:00
committed by GitHub
parent f777df7015
commit b913dcda77
+1 -1
View File
@@ -24,7 +24,7 @@ lto = true
[dependencies]
ratatui = { version = "0.28", default-features = false }
unicode-width = "0.1"
unicode-width = "0.2"
[dev-dependencies]
criterion = "0.5"