From b871037e70a62d3cd6ef064fd6c2598a0970d339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:06:37 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- utils/build_and_test_fuzzers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build_and_test_fuzzers/Cargo.toml b/utils/build_and_test_fuzzers/Cargo.toml index 209dad11c0..38cf334956 100644 --- a/utils/build_and_test_fuzzers/Cargo.toml +++ b/utils/build_and_test_fuzzers/Cargo.toml @@ -10,5 +10,5 @@ keywords = ["ci"] categories = ["development-tools::testing"] [dependencies] -cargo_toml = "0.16" +cargo_toml = "0.20" walkdir = "2"