summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-11 21:16:46 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-11 21:16:46 +0100
commitb599d9ee463f99f3c4e9bc744be20e2992859a27 (patch)
tree69f8eb2cc9e5f896d36848ea35c6d3a358ea924e
parentfda6d7a3b19ce5cc9f9528e7efece6f69140c88d (diff)
Update dependencies
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2d3d699..8dab0a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,12 +20,12 @@ toml = "0.4"
is-match = "0.1"
error-chain = "0.11"
regex = "0.2"
-lazy_static = "0.2"
+lazy_static = "1.0"
[dev-dependencies]
-quickcheck = "0.4"
+quickcheck = "0.6"
[dependencies.log]
-version = "0.3"
+version = "0.4"
optional = true