mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
build(deps): update rust crate unicode-segmentation to 1.10.1
This commit is contained in:
parent
2ef9360797
commit
4788d8bfa0
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3231,9 +3231,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"
|
||||
|
@ -82,7 +82,7 @@ systemstat = "=0.2.3"
|
||||
terminal_size = "0.2.3"
|
||||
toml = { version = "0.7.1", features = ["preserve_order"] }
|
||||
toml_edit = "0.19.1"
|
||||
unicode-segmentation = "1.10.0"
|
||||
unicode-segmentation = "1.10.1"
|
||||
unicode-width = "0.1.10"
|
||||
urlencoding = "2.1.2"
|
||||
versions = "4.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user