Skip to content

Commit

Permalink
Update cargo_toml requirement from 0.20.5 to 0.21.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 9, 2024
1 parent bd9a26e commit e461b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ k8s-openapi = { version = "~0", features = ["latest"] }
serde_yaml = { version = "0.9.34" }
glob = { version = "0.3.1" }
itertools = { version = "0.13.0" }
cargo_toml = { version = "0.20.5", features = ["features"] }
cargo_toml = { version = "0.21.0", features = ["features"] }
toml = {version = "0.8.14"}

0 comments on commit e461b06

Please sign in to comment.