chore(deps): lock file maintenance

This commit is contained in:
renovate[bot] 2024-02-14 01:48:30 +00:00 committed by GitHub
parent 9f03fa3f7e
commit 528f43c052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

23
Cargo.lock generated
View file

@ -304,7 +304,7 @@ dependencies = [
"gix-date", "gix-date",
"itoa", "itoa",
"thiserror", "thiserror",
"winnow", "winnow 0.5.40",
] ]
[[package]] [[package]]
@ -348,7 +348,7 @@ dependencies = [
"smallvec", "smallvec",
"thiserror", "thiserror",
"unicode-bom", "unicode-bom",
"winnow", "winnow 0.5.40",
] ]
[[package]] [[package]]
@ -504,7 +504,7 @@ dependencies = [
"itoa", "itoa",
"smallvec", "smallvec",
"thiserror", "thiserror",
"winnow", "winnow 0.5.40",
] ]
[[package]] [[package]]
@ -590,7 +590,7 @@ dependencies = [
"gix-validate", "gix-validate",
"memmap2", "memmap2",
"thiserror", "thiserror",
"winnow", "winnow 0.5.40",
] ]
[[package]] [[package]]
@ -1158,15 +1158,15 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.4" version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" checksum = "99e68c159e8f5ba8a28c4eb7b0c0c190d77bb479047ca713270048145a9ad28a"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"winnow", "winnow 0.6.0",
] ]
[[package]] [[package]]
@ -1448,3 +1448,12 @@ checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]
[[package]]
name = "winnow"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1dbce9e90e5404c5a52ed82b1d13fc8cfbdad85033b6f57546ffd1265f8451"
dependencies = [
"memchr",
]