build(deps): update rust crate toml_edit to 0.22.5

This commit is contained in:
renovate[bot]
2024-02-13 16:03:15 +00:00
committed by GitHub
parent 07fbf063df
commit 6ff7015175
2 changed files with 20 additions and 11 deletions
Generated
+19 -10
View File
@@ -1096,7 +1096,7 @@ dependencies = [
"gix-date",
"itoa",
"thiserror",
"winnow",
"winnow 0.5.31",
]
[[package]]
@@ -1149,7 +1149,7 @@ dependencies = [
"smallvec",
"thiserror",
"unicode-bom",
"winnow",
"winnow 0.5.31",
]
[[package]]
@@ -1334,7 +1334,7 @@ dependencies = [
"itoa",
"smallvec",
"thiserror",
"winnow",
"winnow 0.5.31",
]
[[package]]
@@ -1421,7 +1421,7 @@ dependencies = [
"gix-validate",
"memmap2",
"thiserror",
"winnow",
"winnow 0.5.31",
]
[[package]]
@@ -2881,7 +2881,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.8.10",
"toml_edit 0.22.4",
"toml_edit 0.22.5",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3149,7 +3149,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.4",
"toml_edit 0.22.5",
]
[[package]]
@@ -3169,20 +3169,20 @@ checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.2.3",
"toml_datetime",
"winnow",
"winnow 0.5.31",
]
[[package]]
name = "toml_edit"
version = "0.22.4"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
checksum = "99e68c159e8f5ba8a28c4eb7b0c0c190d77bb479047ca713270048145a9ad28a"
dependencies = [
"indexmap 2.2.3",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
"winnow 0.6.0",
]
[[package]]
@@ -3665,6 +3665,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1dbce9e90e5404c5a52ed82b1d13fc8cfbdad85033b6f57546ffd1265f8451"
dependencies = [
"memchr",
]
[[package]]
name = "winres"
version = "0.1.12"