Update cargo_toml requirement from 0.21.0 to 0.22.0 (#3057)

---
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>
Co-authored-by: Dominik Maier <domenukk@gmail.com>
This commit is contained in:
dependabot[bot] 2025-03-10 16:00:57 +01:00 committed by GitHub
parent 8233117962
commit f64554c5db
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"]
[dependencies]
cargo_toml = "0.21.0"
cargo_toml = "0.22.0"
walkdir = "2.5.0"
[lints]