build(deps): update rust crate toml_edit to 0.25.0 (#7269)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-11 19:16:20 +00:00
committed by GitHub
parent d67f127743
commit ee0ed24771
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -3325,7 +3325,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 1.0.0+spec-1.1.0",
"toml_edit 0.24.0+spec-1.1.0",
"toml_edit 0.25.0+spec-1.1.0",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3651,12 +3651,12 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.24.0+spec-1.1.0"
version = "0.25.0+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c740b185920170a6d9191122cafef7010bd6270a3824594bff6784c04d7f09e"
checksum = "caee3f6e1c6f2025affe9191e6e6f66ade10b48f36b1a1b3cd92dfe405ffd260"
dependencies = [
"indexmap",
"toml_datetime 0.7.5+spec-1.1.0",
"toml_datetime 1.0.0+spec-1.1.0",
"toml_parser",
"toml_writer",
"winnow",
+1 -1
View File
@@ -76,7 +76,7 @@ strsim = "0.11.1"
systemstat = "=0.2.5"
terminal_size = "0.4.3"
toml = { version = "1.0.0", features = ["preserve_order"] }
toml_edit = "0.24.0"
toml_edit = "0.25.0"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.2"
urlencoding = "2.1.3"