Skip to content

Commit 9ab12ae

Browse files
Bump unicode-width from 0.1.14 to 0.2.0 (#57)
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0. - [Commits](unicode-rs/unicode-width@v0.1.14...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7b62cc commit 9ab12ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/alacritty_terminal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde.workspace = true
2222
serde_yaml = "0.9"
2323
shell-color.workspace = true
2424
tracing.workspace = true
25-
unicode-width = "0.1"
25+
unicode-width = "0.2"
2626
vte = { version = "0.13.0", default-features = false }
2727

2828
[dev-dependencies]

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ time.workspace = true
7777
tokio.workspace = true
7878
tracing.workspace = true
7979
tracing-subscriber.workspace = true
80-
unicode-width = "0.1.11"
80+
unicode-width = "0.2.0"
8181
url = "2.5.4"
8282
uuid.workspace = true
8383
walkdir = "2.5.0"

0 commit comments

Comments
 (0)