From 7f99ef2a92e30ec4a0d3a8716d12bf42c5bc5615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:07:44 +0000 Subject: [PATCH] build: Bump anstyle from 1.0.7 to 1.0.8 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.7 to 1.0.8. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b74941fe..3d1251d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anstyle-parse"