Update lazy_static to 1.2

1.2 of lazy_static brings functionality to have no panics in the code,
which is what we try to have.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2018-11-06 14:01:26 +01:00
parent 9fca66aa89
commit 496c06d15a
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.8"
lazy_static = "1"
lazy_static = "1.2"
is-match = "0.1"
failure = "0.1"

View file

@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
lazy_static = "1"
lazy_static = "1.2"
toml = "0.4"
toml-query = "0.8"
failure = "0.1"

View file

@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
chrono = "0.4"
toml-query = "0.8"
lazy_static = "1"
lazy_static = "1.2"
toml = "0.4"
failure = "0.1"

View file

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

View file

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

View file

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