From 5ab2feae70e09ab2e2bd99bd2e8ff0acf3a63963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 23:30:30 +0000 Subject: [PATCH] build: Bump anstyle-query from 1.1.1 to 1.1.2 Bumps [anstyle-query](https://github.com/rust-cli/anstyle) from 1.1.1 to 1.1.2. - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.1.1...anstyle-query-v1.1.2) --- updated-dependencies: - dependency-name: anstyle-query dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c1a3a0f2..efbabc3b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,11 +66,11 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]