summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-03-27 16:34:53 +0100
committerNora <nora.widdecke@tu-bs.de>2019-03-27 16:34:53 +0100
commitb99f3b473b5abd1133569e3dd05c3202fe007fe0 (patch)
treefce3c49fb5e7684c80d81448d6fc2588bee574fc /Cargo.toml
parent2b5f9395fa930fcc872f5bee806ad0dc3df2cd87 (diff)
bump dependencies: toml 0.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1278063..c73bea7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ stderrlog = "0.4"
atty = "0.2"
walkdir = "2.2.7"
ical = { package = "libical-sys", version = "0.1.1" }
-toml = "0.4.2"
+toml = "0.5.0"
serde = "1.0.82"
serde_derive = "1.0.82"
tempfile = "3.0.5"