summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-07 08:13:25 +0000
committerTim Oram <dev@mitmaro.ca>2022-02-07 15:12:46 -0330
commita67966778dc6b73fe428a8bfbd6c8cdd833c900c (patch)
treef4393b217733575b9075eb3752d8520ac22f0f03
parent242fa155f4341ddd7407fcf3ad87f32636ce458c (diff)
Bump unicode-segmentation from 1.8.0 to 1.9.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--src/core/Cargo.toml2
-rw-r--r--src/view/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d744a39..9e2e923 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -748,9 +748,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.8.0"
+version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
+checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
[[package]]
name = "unicode-width"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index 47741f4..1d43ff2 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -20,7 +20,7 @@ captur = "0.1.0"
lazy_static = "1.4.0"
num-format = "0.4.0"
pico-args = "0.4.2"
-unicode-segmentation = "1.8.0"
+unicode-segmentation = "1.9.0"
girt-config = {version = "1.0.0", path = "../../src/config"}
girt-display = {version = "1.0.0", path = "../../src/display"}
girt-git = {version = "0.2.0", path = "../../src/git"}
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index 91d6519..5eb20f8 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -20,7 +20,7 @@ crossbeam-channel = "0.5.2"
girt-display = {version = "1.0.0", path = "../display"}
girt-input = {version = "1.0.0", path = "../input"}
parking_lot = "0.12.0"
-unicode-segmentation = "1.8.0"
+unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"
xi-unicode = "0.3.0"