Skip to content

Commit

Permalink
fix(deps): update rust crate unicode-segmentation to 1.8.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2021
1 parent e0bfa02 commit e297289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cc = "1"

[target."cfg(target_os = \"windows\")".dependencies]
parking_lot = "0.11"
unicode-segmentation = "1.7.1"
unicode-segmentation = "1.8.0"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3"
Expand Down

0 comments on commit e297289

Please sign in to comment.