Update cargo_toml requirement from 0.20.5 to 0.21.0 (#2747)

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/commits/main)

---
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-12-06 13:06:28 +01:00 committed by GitHub
parent 8a91a2e5df
commit 0569960522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ keywords = ["ci"]
categories = ["development-tools::testing"] categories = ["development-tools::testing"]
[dependencies] [dependencies]
cargo_toml = "0.20.5" cargo_toml = "0.21.0"
walkdir = "2.5.0" walkdir = "2.5.0"
[lints] [lints]