Update dependency: lazy_static: 0.2 -> 1

This commit is contained in:
Matthias Beyer 2018-09-27 10:05:39 +02:00
parent e838f0d0e7
commit 1fa9b86531
6 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ filters = "0.3"
chrono = "0.4"
toml = "0.4"
toml-query = "0.7"
lazy_static = "0.2"
lazy_static = "1"
is-match = "0.1"
error-chain = "0.12"

View file

@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "0.2"
lazy_static = "1"
toml = "0.4"
toml-query = "0.7"
error-chain = "0.12"

View file

@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
chrono = "0.4"
toml-query = "0.7"
lazy_static = "0.2"
lazy_static = "1"
toml = "0.4"
error-chain = "0.12"

View file

@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
ansi_term = "0.10"
interactor = "0.1"
lazy_static = "0.2"
lazy_static = "1"
log = "0.4.0"
regex = "0.2"
toml = "0.4"

View file

@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "0.2"
lazy_static = "1"
log = "0.4.0"
chrono = "0.4"
regex = "0.2"

View file

@ -28,7 +28,7 @@ testing = []
[dependencies]
url = "1.5"
boolinator = "2.4.0"
lazy_static = "0.2"
lazy_static = "1"
log = "0.4.0"
regex = "0.2"
tempfile = "2.1"