build(deps): update toml crates

This commit is contained in:
renovate[bot] 2024-07-30 16:27:13 +00:00 committed by GitHub
parent 83faef1a3f
commit a00807f021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View File

@ -2802,8 +2802,8 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 0.8.16",
"toml_edit 0.22.17",
"toml 0.8.17",
"toml_edit 0.22.18",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@ -3061,22 +3061,22 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.16"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c"
checksum = "7a44eede9b727419af8095cb2d72fab15487a541f54647ad4414b34096ee4631"
dependencies = [
"indexmap 2.2.6",
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.17",
"toml_edit 0.22.18",
]
[[package]]
name = "toml_datetime"
version = "0.6.7"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
@ -3094,9 +3094,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.17"
version = "0.22.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16"
checksum = "1490595c74d930da779e944f5ba2ecdf538af67df1a9848cbd156af43c1b7cf0"
dependencies = [
"indexmap 2.2.6",
"serde",

View File

@ -80,8 +80,8 @@ starship-battery = { version = "0.9.1", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.16", features = ["preserve_order"] }
toml_edit = "0.22.17"
toml = { version = "0.8.17", features = ["preserve_order"] }
toml_edit = "0.22.18"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.13"
urlencoding = "2.1.3"