mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-25 11:20:01 +00:00
build: bump unicode-segmentation from 1.7.1 to 1.8.0 (#2844)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/1.7.1...v1.8.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1b33d75f1b
commit
2d92e70f51
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1930,9 +1930,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unicode-segmentation"
|
||||
version = "1.7.1"
|
||||
version = "1.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
||||
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
|
@ -43,7 +43,7 @@ log = { version = "0.4.14", features = ["std"] }
|
||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||
battery = { version = "0.7.8", optional = true }
|
||||
path-slash = "0.1.4"
|
||||
unicode-segmentation = "1.7.1"
|
||||
unicode-segmentation = "1.8.0"
|
||||
gethostname = "0.2.1"
|
||||
once_cell = "1.8.0"
|
||||
chrono = "0.4.19"
|
||||
|
Loading…
Reference in New Issue
Block a user