From 7fa5a9eadfd38ac418589c88eeb12abb8fbd739d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 08:18:35 +0000 Subject: [PATCH] chore(deps): bump unicode-segmentation from 1.7.0 to 1.7.1 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] --- Cargo.lock | 4 ++-- crates/typos/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63b6890..3e4f5d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,9 +1275,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae" +checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-width" diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 471cabe..15a317e 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0" itertools = "0.9" bstr = "0.2" log = "0.4" -unicode-segmentation = "1.6.0" +unicode-segmentation = "1.7.1" derive_more = "0.99.11" derive_setters = "0.1" content_inspector = "0.2.4"