From dd820d69ba4d507042f0de414a1998daf27b0b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 23:33:59 +0000 Subject: [PATCH] build: Bump anstyle from 1.0.6 to 1.0.7 in /fuzz Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.6 to 1.0.7. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 2582c4736..eb966b4e9 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" [[package]] name = "anstyle-parse"