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

This commit is contained in:
renovate[bot] 2025-07-28 23:50:25 +00:00 committed by GitHub
parent b2729a76a5
commit 17ff5142d2
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.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c"
dependencies = [
"indexmap",
"serde",