From c206c14318748d2801ff95b02c1f8b8b82e95333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:39:07 +0000 Subject: [PATCH] build: Bump anstyle-query from 1.0.2 to 1.1.0 in /fuzz Bumps [anstyle-query](https://github.com/rust-cli/anstyle) from 1.0.2 to 1.1.0. - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.2...anstyle-query-v1.1.0) --- updated-dependencies: - dependency-name: anstyle-query dependency-type: indirect update-type: version-update:semver-minor ... 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 b9b037dca..3a5b99586 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" dependencies = [ "windows-sys", ]