From 1d9e953e2d7b1a7e6a3b2179c1c63fed67211f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 01:17:14 +0000 Subject: [PATCH] chore(deps): bump anstream from 0.3.1 to 0.3.2 Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/rust-cli/anstyle/releases) - [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.3.1...anstream-v0.3.2) --- updated-dependencies: - dependency-name: anstream 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 f721bfedb..efe4af22c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,9 +65,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450" +checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" dependencies = [ "anstyle", "anstyle-parse",