From 5db3b93bc000b6d3606e493708d7c4483fa03f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:14:26 +0000 Subject: [PATCH] build(deps): bump anstyle from 1.0.6 to 1.0.7 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: direct:production 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 96603e6..8e71b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,9 +57,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"