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

This commit is contained in:
renovate[bot] 2025-07-10 19:54:59 +00:00 committed by GitHub
parent 6b67465750
commit 4ac6a2bff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -750,9 +750,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f271e09bde39ab52250160a67e88577e0559ad77e9085de6e9051a2c4353f8f8"
checksum = "0207d6ed1852c2a124c1fbec61621acb8330d2bf969a5d0643131e9affd985a5"
dependencies = [
"indexmap",
"serde",