mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
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:
parent
1e7840c376
commit
83f3acdb85
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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]]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user