From e013fdd9d4938bfdd5745448a8ef4625e78fce0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:03:31 +0000 Subject: [PATCH] build: Bump anstyle from 1.0.4 to 1.0.6 in /fuzz Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.4 to 1.0.6. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.4...v1.0.6) --- 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 cc07c4271..f8523660a 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse"