mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-04 13:08:30 +00:00
build: bump unicode-segmentation from 1.9.0 to 1.10.0 (#4366)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits/v1.10.0) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
96fcf3dcf1
commit
bf65fc5525
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3085,9 +3085,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-segmentation"
|
name = "unicode-segmentation"
|
||||||
version = "1.9.0"
|
version = "1.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-width"
|
name = "unicode-width"
|
||||||
|
@ -75,7 +75,7 @@ systemstat = "=0.2.0"
|
|||||||
terminal_size = "0.2.1"
|
terminal_size = "0.2.1"
|
||||||
toml = { version = "0.5.9", features = ["preserve_order"] }
|
toml = { version = "0.5.9", features = ["preserve_order"] }
|
||||||
toml_edit = "0.14.4"
|
toml_edit = "0.14.4"
|
||||||
unicode-segmentation = "1.9.0"
|
unicode-segmentation = "1.10.0"
|
||||||
unicode-width = "0.1.9"
|
unicode-width = "0.1.9"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.2"
|
||||||
versions = "4.1.0"
|
versions = "4.1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user