mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 09:23:38 +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
dd3a3a2717
commit
18ac63aec1
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -3363,7 +3363,7 @@ dependencies = [
|
||||
"trash",
|
||||
"umask",
|
||||
"unicode-segmentation",
|
||||
"unicode-width 0.1.11",
|
||||
"unicode-width 0.2.0",
|
||||
"ureq",
|
||||
"url",
|
||||
"uu_cp",
|
||||
@ -3426,7 +3426,7 @@ dependencies = [
|
||||
"nu-utils",
|
||||
"ratatui",
|
||||
"strip-ansi-escapes",
|
||||
"unicode-width 0.1.11",
|
||||
"unicode-width 0.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3666,7 +3666,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