From 4633b0a46b35a7d29ed6bdbadac3413162c660b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:27:57 +0000 Subject: [PATCH] build(deps): bump anstyle from 1.0.2 to 1.0.7 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.2 to 1.0.7. - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.2...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 5487ae140e..beffdac753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.2" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" [[package]] name = "anstyle-parse"