mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01:00
build(deps): update rust crate toml_edit to 0.19.14
This commit is contained in:
parent
89cad4261c
commit
fbc9389b20
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3209,9 +3209,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_edit"
|
name = "toml_edit"
|
||||||
version = "0.19.13"
|
version = "0.19.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7"
|
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.0.0",
|
"indexmap 2.0.0",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -81,7 +81,7 @@ 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.6", features = ["preserve_order"] }
|
toml = { version = "0.7.6", features = ["preserve_order"] }
|
||||||
toml_edit = "0.19.13"
|
toml_edit = "0.19.14"
|
||||||
unicode-segmentation = "1.10.1"
|
unicode-segmentation = "1.10.1"
|
||||||
unicode-width = "0.1.10"
|
unicode-width = "0.1.10"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user