build(deps): update rust crate toml to 0.7.8

This commit is contained in:
renovate[bot] 2023-09-09 05:34:40 +00:00 committed by GitHub
parent bd07b847a5
commit c7163dff54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -3049,7 +3049,7 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 0.7.7",
"toml 0.7.8",
"toml_edit",
"unicode-segmentation",
"unicode-width",
@ -3304,9 +3304,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.7.7"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [
"indexmap 2.0.0",
"serde",

View File

@ -80,7 +80,7 @@ starship-battery = { version = "0.8.2", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.3"
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"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"