Skip to content

Commit

Permalink
Update unicode-width
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Sep 20, 2024
1 parent 8234d49 commit c60958e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum-map = "2.0"
enumset = "1.1.4" # EnumSet::empty() became `const` in 1.1.4
log = "0.4"
unicode-segmentation = "1"
unicode-width = "0.1"
unicode-width = "0.2"
xi-unicode = "0.3"
crossbeam-channel = "0.5"
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion cursive-syntect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["src/lib.rs", "LICENSE", "README.md"]

[dependencies]
cursive_core = { path = "../cursive-core", version= "0.4.0"}
unicode-width = "0.1.9"
unicode-width = "0.2"

[dependencies.syntect]
version = "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cursive_core = { path = "../cursive-core", version= "0.4.0"}
crossbeam-channel = "0.5"
cfg-if = "1"
unicode-segmentation = "1"
unicode-width = "0.1"
unicode-width = "0.2"
lazy_static = "1"
libc = "0.2"
maplit = { version = "1.0", optional = true }
Expand Down

0 comments on commit c60958e

Please sign in to comment.