From 22003b848f9ab80b281add62f72d17b9d6aa7e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:11:46 +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: 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 d2ea4d24..9b7df9a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,9 +86,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 = "anyhow"