diff options
author | dependabot[bot] | 2024-02-13 00:57:37 +0000 |
---|---|---|
committer | GitHub | 2024-02-13 00:57:37 +0000 |
commit | 36ad70e4c79e08f0a200162a66b894237e6e16f5 (patch) | |
tree | 79ed745a5f8ac6cf09ff4a7b2fdbe95af4ac1e5d /helix-core | |
parent | c55bf72d25e37ae0e87a53f106e29d265e892c5b (diff) |
build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617)
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 40230e1e..ca2f505c 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -22,7 +22,7 @@ helix-loader = { path = "../helix-loader" } ropey = { version = "1.6.1", default-features = false, features = ["simd"] } smallvec = "1.13" smartstring = "1.0.1" -unicode-segmentation = "1.10" +unicode-segmentation = "1.11" unicode-width = "0.1" unicode-general-category = "0.6" # slab = "0.4.2" |