mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
build(deps): bump toml from 0.5.7 to 0.5.8
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.7...0.5.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c72ed8f8e6
commit
53727d95d0
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1377,9 +1377,9 @@ checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
name = "toml"
|
||||||
version = "0.5.7"
|
version = "0.5.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -32,7 +32,7 @@ clap = "2.33.3"
|
|||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
git2 = { version = "0.13.13", default-features = false }
|
git2 = { version = "0.13.13", default-features = false }
|
||||||
toml = { version = "0.5.7", features = ["preserve_order"] }
|
toml = { version = "0.5.8", features = ["preserve_order"] }
|
||||||
rust-ini = "0.16.0"
|
rust-ini = "0.16.0"
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
rayon = "1.5.0"
|
rayon = "1.5.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user