Skip to content

Commit

Permalink
deps(bin::unicode-segmentation): update to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed May 23, 2024
1 parent bfdcf42 commit 3ce8a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ytdlr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sysinfo = { version = "0.30", default-features = false }
ctrlc = { version = "3", features = ["termination"] }
once_cell.workspace = true
# the following 2 are required to get the correct boundaries to truncate at
unicode-segmentation = "1.10" # cluster all characters into display-able characters
unicode-segmentation = "1.11" # cluster all characters into display-able characters
unicode-width = "0.1" # get display width of a given string

[dev-dependencies]
Expand Down

0 comments on commit 3ce8a26

Please sign in to comment.