diff options
author | dependabot[bot] | 2021-07-05 23:07:56 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-07-06 00:52:33 +0000 |
commit | c8681a820ccd149dedc631b6e94bc6ece0442fcb (patch) | |
tree | 608df130103e05e541aa9b683ebb959fc9d85ca7 /helix-tui | |
parent | bb41a82a85f6cc2b2867bf77c36d2b642eaa4f3e (diff) |
Bump unicode-segmentation from 1.7.1 to 1.8.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases)
- [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/1.7.1...v1.8.0)
---
updated-dependencies:
- dependency-name: unicode-segmentation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'helix-tui')
-rw-r--r-- | helix-tui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index 7f98144c..33a9427a 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -18,7 +18,7 @@ default = ["crossterm"] [dependencies] bitflags = "1.0" cassowary = "0.3" -unicode-segmentation = "1.2" +unicode-segmentation = "1.8" crossterm = { version = "0.20", optional = true } serde = { version = "1", "optional" = true, features = ["derive"]} helix-view = { version = "0.3", path = "../helix-view", features = ["term"] } |