summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-24 15:38:34 +0100
committerGitHub <noreply@github.com>2021-06-24 15:38:34 +0100
commit4cdc6a15e34c595340e5d867fc4813858145b8f4 (patch)
treec9e4171869634faa8c5321d452475cf21bb87aa6
parentec332cc851a31b261cd328829f2ea54a58021015 (diff)
Bump ansi_colours from 1.0.2 to 1.0.3 (#636)
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/mina86/ansi_colours/releases) - [Commits](https://github.com/mina86/ansi_colours/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: ansi_colours dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ac71cc74..f81c89b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -17,9 +17,9 @@ dependencies = [
[[package]]
name = "ansi_colours"
-version = "1.0.2"
+version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1"
+checksum = "06b68b3cb7ce8d8122321966c5db428a98644b2033eb2e89725d95deefc0c386"
dependencies = [
"cc",
]
diff --git a/Cargo.toml b/Cargo.toml
index 02614065..c019b974 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ name = "delta"
path = "src/main.rs"
[dependencies]
-ansi_colours = "1.0.2"
+ansi_colours = "1.0.3"
ansi_term = "0.12.1"
atty = "0.2.14"
bitflags = "1.2.1"