From f0579345ea2fbe4c091b9df2f4725c22395a5b72 Mon Sep 17 00:00:00 2001 From: Do Duy Date: Thu, 1 Nov 2018 18:45:20 +0700 Subject: Update serde_yaml to 0.8 This fixes jwilm/alacritty#1730. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3