build(deps): update rust crate toml_edit to 0.25.12

This commit is contained in:
renovate[bot]
2026-05-31 16:26:35 +00:00
committed by GitHub
parent 57bb99bd0d
commit da264890e3
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3726,9 +3726,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.25.11+spec-1.1.0"
version = "0.25.12+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b"
checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
dependencies = [
"indexmap",
"toml_datetime",
+1 -1
View File
@@ -77,7 +77,7 @@ systemstat = "=0.2.6"
tempfile = "3.27.0"
terminal_size = "0.4.4"
toml = { version = "1.1.2", features = ["preserve_order"] }
toml_edit = "0.25.11"
toml_edit = "0.25.12"
unicode-segmentation = "1.13.2"
unicode-width = "0.2.2"
urlencoding = "2.1.3"