summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-07 11:26:19 +0200
committerGitHub <noreply@github.com>2016-07-07 11:26:19 +0200
commite57e572a7943e361cfe1c62c34e59aafab060dfa (patch)
tree91c0fc984e6ead119ed0790314d0036b1d3ac2d4
parenta14b957578e8e153a5c7f3cb16179defa2ab9342 (diff)
parentb867b2077ea010a1a04bbbe1ec395f36853de81f (diff)
Merge pull request #30 from matthiasbeyer/v0.2.0v0.2.0
PR for update to v0.2.0
-rw-r--r--Cargo.toml18
1 files changed, 10 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 00ac678..149cdd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "task-hookrs"
-version = "0.1.0"
-authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+version = "0.2.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>",
+ "Mario Krehl <mario-krehl@gmx.de>",
+ ]
description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]
@@ -13,12 +15,12 @@ readme = "./README.md"
license = "LGPL-2.1"
[dependencies]
-chrono = "0.2.20"
-log = "0.3.5"
-serde = "0.7.0"
-serde_json = "0.7.0"
-uuid = { version = "0.2.0", features = ["serde"] }
+chrono = "0.2.22"
+log = "0.3.6"
+serde = "0.7.13"
+serde_json = "0.7.4"
+uuid = { version = "0.2.2", features = ["serde"] }
[dev-dependencies]
-env_logger = "0.3.2"
+env_logger = "0.3.3"