build(deps): update toml crates

This commit is contained in:
renovate[bot] 2023-09-13 04:59:49 +00:00 committed by GitHub
parent 7694a381b4
commit 66fcdc1280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 8 deletions

23
Cargo.lock generated
View File

@ -2267,7 +2267,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit",
"toml_edit 0.19.15",
]
[[package]]
@ -2799,8 +2799,8 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 0.7.8",
"toml_edit",
"toml 0.8.0",
"toml_edit 0.20.0",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@ -3054,15 +3054,15 @@ dependencies = [
[[package]]
name = "toml"
version = "0.7.8"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
checksum = "c226a7bba6d859b63c92c4b4fe69c5b6b72d0cb897dbc8e6012298e6154cb56e"
dependencies = [
"indexmap 2.0.0",
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
"toml_edit 0.20.0",
]
[[package]]
@ -3079,6 +3079,17 @@ name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.0.0",
"toml_datetime",
"winnow",
]
[[package]]
name = "toml_edit"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95"
dependencies = [
"indexmap 2.0.0",
"serde",

View File

@ -80,8 +80,8 @@ 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.8", features = ["preserve_order"] }
toml_edit = "0.19.15"
toml = { version = "0.8.0", features = ["preserve_order"] }
toml_edit = "0.20.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.3"