summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 14:19:51 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-15 11:55:12 -0230
commit17a03754b9a4466789866fabb82843649ae7a405 (patch)
treec909700b68dacd3448a43171f3e944d4ce57f15d
parent8f0d15613b4e3a99e5e3b818fa9aa0428fd30f97 (diff)
Bump unicode-segmentation from 1.10.0 to 1.10.1
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-patch ... 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 172c563..4dff3ac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1012,9 +1012,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.10.0"
+version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
+checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml
index 6a897ee..bad0c0a 100644
--- a/src/core/Cargo.toml
+++ b/src/core/Cargo.toml
@@ -24,7 +24,7 @@ lazy_static = "1.4.0"
num-format = "0.4.4"
parking_lot = "0.12.1"
pico-args = "0.5.0"
-unicode-segmentation = "1.10.0"
+unicode-segmentation = "1.10.1"
girt-config = {version = "2.2.0", path = "../../src/config"}
girt-display = {version = "2.2.0", path = "../../src/display"}
girt-git = {version = "2.2.0", path = "../../src/git"}
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index 066b7fd..fd0f156 100644
--- a/src/view/Cargo.toml
+++ b/src/view/Cargo.toml
@@ -23,7 +23,7 @@ bitflags = { version = "1.3.2", optional = true }
captur = "0.1.0"
crossbeam-channel = "0.5.6"
parking_lot = "0.12.1"
-unicode-segmentation = "1.10.0"
+unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
xi-unicode = "0.3.0"
girt-display = {version = "2.2.0", path = "../display"}