summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-13 20:05:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-13 20:05:09 +0100
commitbf45ec79182f292fc4fd025d2b85abd2702c669b (patch)
tree882980165e24129aebe1f8df872f1ed072de442e
parentfb4e4989f7346e6282a25fafde6bc7543a00495b (diff)
Update dependencies
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml4
1 files 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"