From bcf57f5052f07ac30d0bce90a0ecdf9545c1653f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 05:59:27 +0000 Subject: [PATCH] chore(deps): bump anstyle from 1.0.1 to 1.0.2 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.1 to 1.0.2. - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...anstyle-wincon-v1.0.2) --- 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 86bd73b80..b5438a001 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" +checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anstyle-parse"