Bump unicode-width from 0.1.11 to 0.2.0

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.2.0.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.2.0)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-20 01:23:00 +00:00 committed by GitHub
parent 1e7840c376
commit 83f3acdb85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -3339,7 +3339,7 @@ dependencies = [
"trash",
"umask",
"unicode-segmentation",
"unicode-width 0.1.11",
"unicode-width 0.2.0",
"ureq",
"url",
"uu_cp",
@ -3403,7 +3403,7 @@ dependencies = [
"ratatui",
"strip-ansi-escapes",
"terminal_size 0.4.0",
"unicode-width 0.1.11",
"unicode-width 0.2.0",
]
[[package]]
@ -3643,7 +3643,7 @@ name = "nu-term-grid"
version = "0.100.1"
dependencies = [
"nu-utils",
"unicode-width 0.1.11",
"unicode-width 0.2.0",
]
[[package]]

View File

@ -162,7 +162,7 @@ toml = "0.8"
trash = "5.2"
umask = "2.1"
unicode-segmentation = "1.12"
unicode-width = "0.1"
unicode-width = "0.2"
ureq = { version = "2.10", default-features = false }
url = "2.2"
uu_cp = "0.0.28"