build(deps): update rust crate toml_edit to 0.23.2 (#6852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-19 01:07:38 +00:00
committed by GitHub
parent edbd2e209d
commit 73574f765d
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -3294,7 +3294,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.9.2",
"toml_edit 0.23.1",
"toml_edit 0.23.2",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3637,9 +3637,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.23.1"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f23a5f4511b296579b6c83e437fe85fa7ece22e3ec44e45ddb975bcf57c3dd"
checksum = "d1dee9dc43ac2aaf7d3b774e2fba5148212bf2bd9374f4e50152ebe9afd03d42"
dependencies = [
"indexmap",
"toml_datetime 0.7.0",
+1 -1
View File
@@ -76,7 +76,7 @@ strsim = "0.11.1"
systemstat = "=0.2.5"
terminal_size = "0.4.2"
toml = { version = "0.9.2", features = ["preserve_order"] }
toml_edit = "0.23.1"
toml_edit = "0.23.2"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.1"
urlencoding = "2.1.3"