Update regex to 0.2.*

This commit is contained in:
Matthias Beyer 2017-01-30 08:06:57 +01:00
parent ddc49de0c3
commit 6e47ce8de7
6 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ clap = ">=2.17"
filters = "0.1.*" filters = "0.1.*"
itertools = "0.5" itertools = "0.5"
log = "0.3" log = "0.3"
regex = "0.1" regex = "0.2"
semver = "0.5.*" semver = "0.5.*"
toml = "0.2.*" toml = "0.2.*"

View file

@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies] [dependencies]
clap = ">=2.17" clap = ">=2.17"
log = "0.3" log = "0.3"
regex = "0.1" regex = "0.2"
toml = "0.2.*" toml = "0.2.*"
itertools = "0.5" itertools = "0.5"

View file

@ -19,7 +19,7 @@ clap = ">=2.17"
interactor = "0.1" interactor = "0.1"
lazy_static = "0.2.*" lazy_static = "0.2.*"
log = "0.3" log = "0.3"
regex = "0.1" regex = "0.2"
toml = "0.2.1" toml = "0.2.1"
spinner = "0.4" spinner = "0.4"
rustyline = "1.0" rustyline = "1.0"

View file

@ -18,7 +18,7 @@ fs2 = "0.4"
glob = "0.2.11" glob = "0.2.11"
lazy_static = "0.2.*" lazy_static = "0.2.*"
log = "0.3" log = "0.3"
regex = "0.1" regex = "0.2"
semver = "0.5" semver = "0.5"
toml = "0.2.*" toml = "0.2.*"
version = "2.0.1" version = "2.0.1"

View file

@ -18,7 +18,7 @@ clap = ">=2.17"
lazy_static = "0.2" lazy_static = "0.2"
log = "0.3" log = "0.3"
chrono = "0.2" chrono = "0.2"
regex = "0.1" regex = "0.2"
[dependencies.libimagerror] [dependencies.libimagerror]
path = "../libimagerror" path = "../libimagerror"

View file

@ -18,6 +18,6 @@ url = "1.2"
boolinator = "2.4.0" boolinator = "2.4.0"
lazy_static = "0.2" lazy_static = "0.2"
log = "0.3" log = "0.3"
regex = "0.1" regex = "0.2"
tempfile = "2.1" tempfile = "2.1"