summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c275a717..c56a79b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "bat"
readme = "README.md"
repository = "https://github.com/sharkdp/bat"
-version = "0.12.0"
+version = "0.12.1"
exclude = [
"assets/syntaxes/*",
"assets/themes/*",
@@ -17,7 +17,7 @@ edition = '2018'
[dependencies]
atty = "0.2.13"
-ansi_term = "0.12"
+ansi_term = "^0.12.1"
ansi_colours = "^1.0"
console = "0.8"
dirs = "2.0"