summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-06-10 11:48:43 -0400
committerGitHub <noreply@github.com>2021-06-10 11:48:43 -0400
commit484d37e0bd5b4bf290fccce0f462794c764a08ab (patch)
tree2242d115100614af448bdaa280d9e4f903b740da /Cargo.lock
parent61f180c8314ec59b35453aeb9a32e63ec3f29145 (diff)
Bump ansi_colours from 1.0.1 to 1.0.2 (#518)
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/mina86/ansi_colours/releases) - [Commits](https://github.com/mina86/ansi_colours/compare/v1.0.1...v1.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c6212c2..10375b91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -17,9 +17,9 @@ dependencies = [
[[package]]
name = "ansi_colours"
-version = "1.0.1"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d0f302a81afc6a7f4350c04f0ba7cfab529cc009bca3324b3fb5764e6add8b6"
+checksum = "52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1"
dependencies = [
"cc",
]