From 05d810b8fbed93b22ff4a9e92a1930f78f940ea0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 6 Jul 2016 19:28:02 +0200 Subject: Update dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00ac678..d1a467b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,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" -- cgit v1.2.3 From b867b2077ea010a1a04bbbe1ec395f36853de81f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 6 Jul 2016 19:30:32 +0200 Subject: Bump version to 0.2.0 Mario Krehl allowed me to put him into the list of authors (he allowed me verbally). --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1a467b..149cdd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "task-hookrs" -version = "0.1.0" -authors = ["Matthias Beyer "] +version = "0.2.0" +authors = ["Matthias Beyer ", + "Mario Krehl ", + ] description = "Crate to work with taskwarrior exported JSON" keywords = ["json", "taskwarrior", "todo", "import", "export"] -- cgit v1.2.3