Update cargo_toml requirement from 0.16 to 0.20 (#2194)

Updates the requirements on [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) to permit the latest version.
- [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.16.1...v0.20.2)

---
updated-dependencies:
- dependency-name: cargo_toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-16 14:06:37 +02:00 committed by GitHub
parent 34ec907456
commit b871037e70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,5 @@ keywords = ["ci"]
categories = ["development-tools::testing"]
[dependencies]
cargo_toml = "0.16"
cargo_toml = "0.20"
walkdir = "2"