build(deps): update toml crates

This commit is contained in:
renovate[bot] 2024-01-31 18:51:49 +00:00 committed by GitHub
parent 2d4063c40a
commit fef0035c1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

14
Cargo.lock generated
View File

@ -2880,8 +2880,8 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 0.8.8",
"toml_edit 0.21.0",
"toml 0.8.9",
"toml_edit 0.21.1",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@ -3136,15 +3136,15 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.8"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
dependencies = [
"indexmap 2.2.1",
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.21.0",
"toml_edit 0.21.1",
]
[[package]]
@ -3169,9 +3169,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.2.1",
"serde",

View File

@ -80,8 +80,8 @@ starship-battery = { version = "0.8.2", optional = true }
strsim = "0.10.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.8", features = ["preserve_order"] }
toml_edit = "0.21.0"
toml = { version = "0.8.9", features = ["preserve_order"] }
toml_edit = "0.21.1"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.11"
urlencoding = "2.1.3"