mirror of
https://github.com/starship/starship.git
synced 2024-11-26 02:04:12 +01:00
build(deps): update rust crate toml to 0.7.8
This commit is contained in:
parent
bd07b847a5
commit
c7163dff54
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -3049,7 +3049,7 @@ dependencies = [
|
|||||||
"systemstat",
|
"systemstat",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"terminal_size",
|
"terminal_size",
|
||||||
"toml 0.7.7",
|
"toml 0.7.8",
|
||||||
"toml_edit",
|
"toml_edit",
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
@ -3304,9 +3304,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.7.7"
|
version = "0.7.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592"
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.0.0",
|
"indexmap 2.0.0",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -80,7 +80,7 @@ starship-battery = { version = "0.8.2", optional = true }
|
|||||||
strsim = "0.10.0"
|
strsim = "0.10.0"
|
||||||
systemstat = "=0.2.3"
|
systemstat = "=0.2.3"
|
||||||
terminal_size = "0.2.6"
|
terminal_size = "0.2.6"
|
||||||
toml = { version = "0.7.7", features = ["preserve_order"] }
|
toml = { version = "0.7.8", features = ["preserve_order"] }
|
||||||
toml_edit = "0.19.15"
|
toml_edit = "0.19.15"
|
||||||
unicode-segmentation = "1.10.1"
|
unicode-segmentation = "1.10.1"
|
||||||
unicode-width = "0.1.10"
|
unicode-width = "0.1.10"
|
||||||
|
Loading…
Reference in New Issue
Block a user