Skip to content

Commit

Permalink
Update cargo_toml requirement from 0.20.5 to 0.21.0 (AFLplusplus#2747)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and riesentoaster committed Dec 11, 2024
1 parent 5a8f9f7 commit 4245489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build_and_test_fuzzers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["ci"]
categories = ["development-tools::testing"]

[dependencies]
cargo_toml = "0.20.5"
cargo_toml = "0.21.0"
walkdir = "2.5.0"

[lints]
Expand Down

0 comments on commit 4245489

Please sign in to comment.