summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-21 23:16:11 +0000
committerGitHub <noreply@github.com>2020-12-21 23:16:11 +0000
commit66f73d74f5699cc8d15ef1688b01273ed9b33b40 (patch)
treeef6c1a3fdfd721a048acd890f40bc0cb8a44819c /Cargo.toml
parentdfad1c75189add15ef0bf34e92f36627b2cf6d98 (diff)
Bump unicode-segmentation from 1.7.0 to 1.7.1 (#408)0.4.5
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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 dda0b8f5..a0cc9ffe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ lazy_static = "1.4"
regex = "1.4.2"
shell-words = "1.0.0"
structopt = "0.3.20"
-unicode-segmentation = "1.7.0"
+unicode-segmentation = "1.7.1"
unicode-width = "0.1.8"
vte = "0.9.0"