fix(deps): update rust crate toml to v0.9.2

This commit is contained in:
renovate[bot] 2025-07-11 18:42:04 +00:00 committed by GitHub
parent 4ac6a2bff4
commit 52e48c9310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Cargo.lock generated
View file

@ -750,9 +750,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.9.1" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0207d6ed1852c2a124c1fbec61621acb8330d2bf969a5d0643131e9affd985a5" checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"serde", "serde",
@ -774,9 +774,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_parser" name = "toml_parser"
version = "1.0.0" version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5c1c469eda89749d2230d8156a5969a69ffe0d6d01200581cdc6110674d293e" checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
dependencies = [ dependencies = [
"winnow", "winnow",
] ]