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

This commit is contained in:
renovate[bot] 2025-07-30 02:56:10 +00:00 committed by GitHub
parent d3b23d21df
commit 955177ba03
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.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e06723639aaded957e5a80be250c1f82f274b9d23ebb4d94163668470623461c"
checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1"
dependencies = [
"indexmap",
"serde",