summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 11:55:58 +0000
committerGitHub <noreply@github.com>2020-04-29 11:55:58 +0000
commit97f18158ca72bb4f7d4ff148fcb4681f7a587065 (patch)
tree239b8744a6da11dfb727c597e7154ce85f4d0b16 /Cargo.toml
parente21106eb52100cc98bf174c069fde50ff372bc99 (diff)
Bump unicode-segmentation from 1.3.0 to 1.6.0 (#159)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a70080f7..9d7e34aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ lazy_static = "1.4"
regex = "1.2.1"
shell-words = "0.1.0"
structopt = "0.3.14"
-unicode-segmentation = "1.3.0"
+unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"
[dependencies.syntect]