summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-06 10:55:23 +0100
committerGitHub <noreply@github.com>2021-07-06 10:55:23 +0100
commitaa81f32a00adf1d6d8116f773ae65c034ee826d5 (patch)
tree05e2bf8fa37362b91961095874164ebc2174923c /Cargo.toml
parentbd2c242f8e222b2812c6e362976bf8c99cfce712 (diff)
Bump unicode-segmentation from 1.7.1 to 1.8.0 (#649)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 a10d5e1a..bce813b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ pathdiff = "0.2.0"
regex = "1.4.6"
shell-words = "1.0.0"
structopt = "0.3.21"
-unicode-segmentation = "1.7.1"
+unicode-segmentation = "1.8.0"
unicode-width = "0.1.8"
vte = "0.10.1"
xdg = "2.2.0"