Skip to content

Commit 5fa586a

Browse files
Update unicode-width requirement from 0.1 to 0.2
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]>
1 parent de2f15a commit 5fa586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ansi-parsing = []
1919

2020
[dependencies]
2121
libc = "0.2.99"
22-
unicode-width = { version = "0.1", optional = true }
22+
unicode-width = { version = "0.2", optional = true }
2323
lazy_static = "1.4.0"
2424

2525
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)