build(deps): update toml crates (#7304)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-13 22:59:39 +00:00
committed by GitHub
parent 8b34bf94ad
commit e1d55436a2
2 changed files with 8 additions and 8 deletions
Generated
+6 -6
View File
@@ -3331,8 +3331,8 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 1.0.3+spec-1.1.0",
"toml_edit 0.25.3+spec-1.1.0",
"toml 1.0.6+spec-1.1.0",
"toml_edit 0.25.4+spec-1.1.0",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3613,9 +3613,9 @@ dependencies = [
[[package]]
name = "toml"
version = "1.0.3+spec-1.1.0"
version = "1.0.6+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c"
checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
dependencies = [
"indexmap",
"serde_core",
@@ -3658,9 +3658,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.25.3+spec-1.1.0"
version = "0.25.4+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0a07913e63758bc95142d9863a5a45173b71515e68b690cad70cf99c3255ce1"
checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2"
dependencies = [
"indexmap",
"toml_datetime 1.0.0+spec-1.1.0",
+2 -2
View File
@@ -75,8 +75,8 @@ starship-battery = { version = "0.10.3", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.6"
terminal_size = "0.4.3"
toml = { version = "1.0.3", features = ["preserve_order"] }
toml_edit = "0.25.3"
toml = { version = "1.0.6", features = ["preserve_order"] }
toml_edit = "0.25.4"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.2"
urlencoding = "2.1.3"