build(deps): update toml crates

This commit is contained in:
renovate[bot]
2026-03-17 21:22:31 +00:00
committed by GitHub
parent b9694629a3
commit 0b1c74c823
2 changed files with 38 additions and 29 deletions
Generated
+36 -27
View File
@@ -1028,7 +1028,7 @@ dependencies = [
"bstr",
"gix-date",
"gix-error",
"winnow",
"winnow 0.7.14",
]
[[package]]
@@ -1110,7 +1110,7 @@ dependencies = [
"smallvec",
"thiserror 2.0.18",
"unicode-bom",
"winnow",
"winnow 0.7.14",
]
[[package]]
@@ -1367,7 +1367,7 @@ dependencies = [
"itoa",
"smallvec",
"thiserror 2.0.18",
"winnow",
"winnow 0.7.14",
]
[[package]]
@@ -1466,7 +1466,7 @@ dependencies = [
"maybe-async",
"nonempty",
"thiserror 2.0.18",
"winnow",
"winnow 0.7.14",
]
[[package]]
@@ -1498,7 +1498,7 @@ dependencies = [
"gix-validate",
"memmap2",
"thiserror 2.0.18",
"winnow",
"winnow 0.7.14",
]
[[package]]
@@ -3331,8 +3331,8 @@ dependencies = [
"systemstat",
"tempfile",
"terminal_size",
"toml 1.0.6+spec-1.1.0",
"toml_edit 0.25.4+spec-1.1.0",
"toml 1.0.7+spec-1.1.0",
"toml_edit 0.25.5+spec-1.1.0",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3613,17 +3613,17 @@ dependencies = [
[[package]]
name = "toml"
version = "1.0.6+spec-1.1.0"
version = "1.0.7+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
checksum = "dd28d57d8a6f6e458bc0b8784f8fdcc4b99a437936056fa122cb234f18656a96"
dependencies = [
"indexmap",
"serde_core",
"serde_spanned",
"toml_datetime 1.0.0+spec-1.1.0",
"toml_datetime 1.0.1+spec-1.1.0",
"toml_parser",
"toml_writer",
"winnow",
"winnow 1.0.0",
]
[[package]]
@@ -3637,9 +3637,9 @@ dependencies = [
[[package]]
name = "toml_datetime"
version = "1.0.0+spec-1.1.0"
version = "1.0.1+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9"
dependencies = [
"serde_core",
]
@@ -3653,36 +3653,36 @@ dependencies = [
"indexmap",
"toml_datetime 0.7.5+spec-1.1.0",
"toml_parser",
"winnow",
"winnow 0.7.14",
]
[[package]]
name = "toml_edit"
version = "0.25.4+spec-1.1.0"
version = "0.25.5+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2"
checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1"
dependencies = [
"indexmap",
"toml_datetime 1.0.0+spec-1.1.0",
"toml_datetime 1.0.1+spec-1.1.0",
"toml_parser",
"toml_writer",
"winnow",
"winnow 1.0.0",
]
[[package]]
name = "toml_parser"
version = "1.0.9+spec-1.1.0"
version = "1.0.10+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420"
dependencies = [
"winnow",
"winnow 1.0.0",
]
[[package]]
name = "toml_writer"
version = "1.0.6+spec-1.1.0"
version = "1.0.7+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d"
[[package]]
name = "tracing"
@@ -4370,6 +4370,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8"
dependencies = [
"memchr",
]
[[package]]
name = "winres"
version = "0.1.12"
@@ -4507,7 +4516,7 @@ dependencies = [
"uds_windows",
"uuid",
"windows-sys 0.61.2",
"winnow",
"winnow 0.7.14",
"zbus_macros",
"zbus_names",
"zvariant",
@@ -4535,7 +4544,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
dependencies = [
"serde",
"winnow",
"winnow 0.7.14",
"zvariant",
]
@@ -4580,7 +4589,7 @@ dependencies = [
"endi",
"enumflags2",
"serde",
"winnow",
"winnow 0.7.14",
"zvariant_derive",
"zvariant_utils",
]
@@ -4608,5 +4617,5 @@ dependencies = [
"quote",
"serde",
"syn 2.0.117",
"winnow",
"winnow 0.7.14",
]
+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.6", features = ["preserve_order"] }
toml_edit = "0.25.4"
toml = { version = "1.0.7", features = ["preserve_order"] }
toml_edit = "0.25.5"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.2"
urlencoding = "2.1.3"