aboutsummaryrefslogtreecommitdiff
path: root/helix-tui
diff options
context:
space:
mode:
authordependabot[bot]2024-02-13 00:57:37 +0000
committerGitHub2024-02-13 00:57:37 +0000
commit36ad70e4c79e08f0a200162a66b894237e6e16f5 (patch)
tree79ed745a5f8ac6cf09ff4a7b2fdbe95af4ac1e5d /helix-tui
parentc55bf72d25e37ae0e87a53f106e29d265e892c5b (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-tui')
-rw-r--r--helix-tui/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml
index abb6122a..f880ca6e 100644
--- a/helix-tui/Cargo.toml
+++ b/helix-tui/Cargo.toml
@@ -20,7 +20,7 @@ helix-core = { path = "../helix-core" }
bitflags = "2.4"
cassowary = "0.3"
-unicode-segmentation = "1.10"
+unicode-segmentation = "1.11"
crossterm = { version = "0.27", optional = true }
termini = "1.0"
serde = { version = "1", "optional" = true, features = ["derive"]}