diff options
author | dependabot[bot] | 2022-09-19 23:28:38 +0000 |
---|---|---|
committer | GitHub | 2022-09-19 23:28:38 +0000 |
commit | 26c3c993302f6acd2cc0ed47bc2807d3b7e5e028 (patch) | |
tree | 19f5c26ee05c743a42e71cca46f49ef7df5f6bbc /helix-core | |
parent | 674bfec9845c9ea3406b19639151e7882f5310bd (diff) |
build(deps): bump unicode-segmentation from 1.9.0 to 1.10.0 (#3903)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 3ea7235d..c63059a2 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -20,7 +20,7 @@ helix-loader = { version = "0.6", path = "../helix-loader" } ropey = { version = "1.5", default-features = false, features = ["simd"] } smallvec = "1.9" smartstring = "1.0.1" -unicode-segmentation = "1.9" +unicode-segmentation = "1.10" unicode-width = "0.1" unicode-general-category = "0.5" # slab = "0.4.2" |