From bf45ec79182f292fc4fd025d2b85abd2702c669b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 13 Dec 2019 20:05:09 +0100 Subject: Update dependencies Signed-off-by: Matthias Beyer --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 864f9f2..853c344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,12 +21,12 @@ indoc = "0.3.1" atty = "0.2" walkdir = "2.2.7" ical = { package = "libical-sys", version = "0.1.1" } -uuid = { version = "0.7", features = ["v4"] } +uuid = { version = "0.8", features = ["v4"] } fs2 = "0.4.3" lazy_static = "1.2.0" [dev-dependencies] -assert_fs = "0.11.3" +assert_fs = "0.13.1" predicates = "1.0" maplit = "1.0.1" pretty_assertions = "0.6.1" -- cgit v1.2.3