Update Rust crate cargo_toml to v0.20.5 #122

Merged
Renovate merged 1 commits from renovate/cargo_toml-0.x-lockfile into master 2024-09-24 17:08:34 -04:00
Showing only changes of commit f565848b4b - Show all commits

4
Cargo.lock generated
View File

@ -202,9 +202,9 @@ dependencies = [
[[package]] [[package]]
name = "cargo_toml" name = "cargo_toml"
version = "0.20.4" version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965" checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
dependencies = [ dependencies = [
"serde", "serde",
"toml", "toml",