summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-02 17:11:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-02 17:33:20 +0200
commit147a16f7491b50f45824fad21811d85810f34c82 (patch)
tree1a6fc69c54a1f50bfac69a3643876da68fe02e82 /Cargo.toml
parentd77e1a13eb03e2cc97f61b6d2875fbfd19f76dd2 (diff)
Fixup Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3da1155..bc26a45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,8 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
chrono = "0.2.20"
log = "0.3.5"
-serde = "0.6.14"
-serde_json = "0.6.0"
+serde = "0.7.0"
+serde_json = "0.7.0"
uuid = "0.1.18"
[dev-dependencies]