summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-02-29 21:10:51 +0300
committerGitHub <noreply@github.com>2020-02-29 21:10:51 +0300
commit2ac017fa646124474737b155c8bf78082c3854d9 (patch)
treef3f42ebcd02e36c6426970f35835fda5676b3874 /alacritty_terminal/Cargo.toml
parent2365425fd27541b55870ec9cd131dbb2801e8787 (diff)
Update terminfo dependency
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 62b9b6eb..f86f9456 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -22,7 +22,7 @@ mio-extras = "2"
log = "0.4"
unicode-width = "0.1"
base64 = "0.11.0"
-terminfo = "0.6.1"
+terminfo = "0.7.1"
url = "2"
copypasta = "0.6.1"