Skip to content

Commit

Permalink
build(cargo): update unicode-width requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent f777df7 commit 46ba276
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 @@ -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"
Expand Down

0 comments on commit 46ba276

Please sign in to comment.