summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDo Duy <juchiast@gmail.com>2018-11-01 18:45:20 +0700
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-01 11:45:20 +0000
commitf0579345ea2fbe4c091b9df2f4725c22395a5b72 (patch)
tree19297ba90cc3e00b0a9918e10155756a8814d672 /Cargo.toml
parent8b8d9ea7f81ec7187c8a68b01c75fd54d45b8b19 (diff)
Update serde_yaml to 0.8
This fixes jwilm/alacritty#1730.
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 f1ec4b2b..e985de85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ parking_lot = "0.5"
serde = "1"
serde_derive = "1"
serde_json = "1"
-serde_yaml = "0.7"
+serde_yaml = "0.8"
vte = "0.3"
mio = "0.6"
mio-more = "0.1"