Skip to content

Commit 17a0375

Browse files
dependabot[bot]MitMaro
authored andcommitted
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](unicode-rs/unicode-segmentation@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] <[email protected]>
1 parent 8f0d156 commit 17a0375

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lazy_static = "1.4.0"
2424
num-format = "0.4.4"
2525
parking_lot = "0.12.1"
2626
pico-args = "0.5.0"
27-
unicode-segmentation = "1.10.0"
27+
unicode-segmentation = "1.10.1"
2828
girt-config = {version = "2.2.0", path = "../../src/config"}
2929
girt-display = {version = "2.2.0", path = "../../src/display"}
3030
girt-git = {version = "2.2.0", path = "../../src/git"}

src/view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bitflags = { version = "1.3.2", optional = true }
2323
captur = "0.1.0"
2424
crossbeam-channel = "0.5.6"
2525
parking_lot = "0.12.1"
26-
unicode-segmentation = "1.10.0"
26+
unicode-segmentation = "1.10.1"
2727
unicode-width = "0.1.10"
2828
xi-unicode = "0.3.0"
2929
girt-display = {version = "2.2.0", path = "../display"}

0 commit comments

Comments
 (0)