Update dependency: lazy_static: 0.2 -> 1
This commit is contained in:
parent
e838f0d0e7
commit
1fa9b86531
6 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue