summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-02-04 14:51:25 +0000
committerBen S <ogham@bsago.me>2015-02-04 14:51:25 +0000
commit0f1843f5e799c209af430aa77305b324d7604bb2 (patch)
treec49bec54e0d392525c8bb383a7123635277e8a0b /Cargo.lock
parent184c27f5b4a6c1aa0b54fa5f2ed7accd6977ed58 (diff)
Use latest, working version of ansi_term crate
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 0b9cbf6..62ef9e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,7 +2,7 @@
name = "exa"
version = "0.1.0"
dependencies = [
- "ansi_term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ansi_term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -12,7 +12,7 @@ dependencies = [
[[package]]
name = "ansi_term"
-version = "0.4.4"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",