From 7fbdb78a545332e3320a120365644b3cda6f3eac Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 9 Dec 2017 11:16:59 +0100 Subject: [PATCH] Update lazy_static and yaml-rust --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8235f675..d3a7c00c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,11 @@ exclude = [ ] [dependencies] -yaml-rust = { version = "0.3.5", optional = true } +yaml-rust = { version = "0.4", optional = true } onig = { version = "3.0", optional = true } walkdir = "2.0" regex-syntax = { version = "0.4", optional = true } -lazy_static = "0.2" +lazy_static = "1.0" bitflags = "1.0" plist = "0.2" bincode = { version = "0.9", optional = true }