aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-31 01:21:12 -0400
committerJesse Luehrs <doy@tozt.net>2018-03-31 01:21:12 -0400
commit262f0a87fc82ad8866f1e84d5a897c77d024e113 (patch)
treea0a2e2d194b3df1d4e54c6c03bea184c2f8a8099 /Cargo.toml
parentceedb697003b2774300c76882a02b2956eaf8740 (diff)
downloadfancy-prompt-262f0a87fc82ad8866f1e84d5a897c77d024e113.tar.gz
fancy-prompt-262f0a87fc82ad8866f1e84d5a897c77d024e113.zip
bump term crate
recent terminfo files for xterm-256color on arch linux use a new format that wasn't previously supported https://github.com/Stebalien/term/issues/81
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 bfea7f1..d598a4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ clap = "2.30"
git2 = "0.6"
hostname = "0.1"
regex = "0.2"
-term = "0.4"
+term = "0.5"
term_size = "0.3"
users = "0.6"
walkdir = "2.1"