From b85786f7bee692dab4fab388030f5895a38dfd0b Mon Sep 17 00:00:00 2001 From: Kevin K Date: Thu, 1 Oct 2015 12:40:39 -0400 Subject: [PATCH] chore: updates yaml-rust dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55480499..70f109b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ version = "~0.6.3" optional = true [dependencies.yaml-rust] -version = "~0.2.1" +version = "~0.2.2" optional = true #[dependencies.clippy]