Skip to content

Commit 13dad4c

Browse files
authored
Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
chore(deps): Update Rust crate unicode-width to 0.2.0
2 parents 3ca44c7 + fce38c1 commit 13dad4c

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Cargo.lock

+18-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ anstream = { version = "0.6.7", optional = true }
6666
anstyle = "1.0.8"
6767
terminal_size = { version = "0.4.0", optional = true }
6868
backtrace = { version = "0.3.73", optional = true }
69-
unicode-width = { version = "0.1.9", optional = true }
69+
unicode-width = { version = "0.2.0", optional = true }
7070

7171
[dev-dependencies]
7272
static_assertions = "1.1.0"

0 commit comments

Comments
 (0)