aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndy Lok <andylokandy@hotmail.com>2018-03-01 04:33:29 +0800
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-02-28 20:33:29 +0000
commit475ebecfc4e0648242e82e256dee1489f3a3fe81 (patch)
treeef07f6b6f12eeb4f125970c804b34fe2c68968db /Cargo.toml
parent8045737d58ccab07814941e08b7bfcd7e2f9bbb2 (diff)
downloadalacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.tar.gz
alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.zip
Update arraydeque dependency
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 e1d4a96f..645264d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ log = "0.4"
clap = "2"
fnv = "1"
unicode-width = "0.1"
-arraydeque = "0.2"
+arraydeque = "0.4"
glutin = "0.13"
clippy = { version = "*", optional = true }
env_logger = "0.5"