summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ea7346d..ee938750 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ name = "delta"
path = "src/main.rs"
[dependencies]
-ansi_colours = "1.0.1"
+ansi_colours = "1.0.2"
ansi_term = "0.12.1"
atty = "0.2.14"
bitflags = "1.2.1"