build(deps): update rust crate toml_edit to 0.22.11

This commit is contained in:
renovate[bot]
2024-04-19 04:21:29 +00:00
committed by GitHub
parent f543f0def0
commit 0bd1c75728
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -2823,7 +2823,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.8.12",
"toml_edit 0.22.9",
"toml_edit 0.22.11",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3086,7 +3086,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.9",
"toml_edit 0.22.11",
]
[[package]]
@@ -3111,9 +3111,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.9"
version = "0.22.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
checksum = "fb686a972ccef8537b39eead3968b0e8616cb5040dbb9bba93007c8e07c9215f"
dependencies = [
"indexmap 2.2.6",
"serde",