From 718d4ab0f0230bd7435868f2a0474201ef4f5fee Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 8 Feb 2022 07:50:29 +0800 Subject: build(deps): bump unicode-segmentation from 1.8.0 to 1.9.0 (#1632) Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>--- helix-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core') diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 999cb378..3a1f9b3e 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -18,7 +18,7 @@ helix-syntax = { version = "0.6", path = "../helix-syntax" } ropey = "1.3" smallvec = "1.8" tendril = "0.4.2" -unicode-segmentation = "1.8" +unicode-segmentation = "1.9" unicode-width = "0.1" unicode-general-category = "0.5" # slab = "0.4.2" -- cgit v1.2.3-70-g09d2