mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-12 08:16:34 +00:00
build(deps): bump unicode-segmentation from 1.6.0 to 1.7.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
cf5837065a
commit
77bd80839e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1418,9 +1418,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-segmentation"
|
name = "unicode-segmentation"
|
||||||
version = "1.6.0"
|
version = "1.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-width"
|
name = "unicode-width"
|
||||||
|
@ -41,7 +41,7 @@ log = { version = "0.4.11", features = ["std"] }
|
|||||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||||
battery = { version = "0.7.8", optional = true }
|
battery = { version = "0.7.8", optional = true }
|
||||||
path-slash = "0.1.3"
|
path-slash = "0.1.3"
|
||||||
unicode-segmentation = "1.6.0"
|
unicode-segmentation = "1.7.0"
|
||||||
gethostname = "0.2.1"
|
gethostname = "0.2.1"
|
||||||
once_cell = "1.5.2"
|
once_cell = "1.5.2"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user