summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-20 20:14:06 -0500
committerGitHub <noreply@github.com>2020-11-20 20:14:06 -0500
commit02dc6e053e72cd3cd5195e10d286c11509463a96 (patch)
treef9f43d02384f9d1325194b8c72979a81d7207998
parent05c4d5e8d28810979b1b48ef57821bd340715fb0 (diff)
Bump unicode-segmentation from 1.6.0 to 1.7.0 (#390)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.0. - [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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index acbe6b7d..9e389cca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -943,9 +943,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.6.0"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
+checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae"
[[package]]
name = "unicode-width"
diff --git a/Cargo.toml b/Cargo.toml
index 90eefc03..ba290eaf 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.6.0"
+unicode-segmentation = "1.7.0"
unicode-width = "0.1.8"
vte = "0.9.0"