From 94d059f2589f2f143ce43c77d5db4bf81cbb3e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:07:49 +0000 Subject: [PATCH] Bump ansi_colours from 1.2.1 to 1.2.2 (#2729) Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.2.1 to 1.2.2. - [Commits](https://github.com/mina86/ansi_colours/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: ansi_colours dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a35a0923..266741fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "ansi_colours" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db9d9767fde724f83933a716ee182539788f293828244e9d999695ce0f7ba1e" +checksum = "6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80" dependencies = [ "rgb", ]