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 and djc committed Sep 20, 2024
1 parent fde06b7 commit 5396704
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 @@ -20,7 +20,7 @@ portable-atomic = "1.0.0"
rayon = { version = "1.1", optional = true }
tokio = { version = "1", optional = true, features = ["io-util"] }
unicode-segmentation = { version = "1", optional = true }
unicode-width = { version = "0.1", optional = true }
unicode-width = { version = "0.2", optional = true }
vt100 = { version = "0.15.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 5396704

Please sign in to comment.