Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent de2f15a commit 5fa586a
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 @@ -19,7 +19,7 @@ ansi-parsing = []

[dependencies]
libc = "0.2.99"
unicode-width = { version = "0.1", optional = true }
unicode-width = { version = "0.2", optional = true }
lazy_static = "1.4.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 5fa586a

Please sign in to comment.