From f64554c5db70b88b0477c7fc04e8524b15ff60d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:00:57 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Maier --- 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 f4d8be987b..e0c0fde76a 100644 --- a/utils/build_and_test_fuzzers/Cargo.toml +++ b/utils/build_and_test_fuzzers/Cargo.toml @@ -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]