Update regex to 0.2.*
This commit is contained in:
parent
ddc49de0c3
commit
6e47ce8de7
6 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ clap = ">=2.17"
|
|||
filters = "0.1.*"
|
||||
itertools = "0.5"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
regex = "0.2"
|
||||
semver = "0.5.*"
|
||||
toml = "0.2.*"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
regex = "0.2"
|
||||
toml = "0.2.*"
|
||||
itertools = "0.5"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ clap = ">=2.17"
|
|||
interactor = "0.1"
|
||||
lazy_static = "0.2.*"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
regex = "0.2"
|
||||
toml = "0.2.1"
|
||||
spinner = "0.4"
|
||||
rustyline = "1.0"
|
||||
|
|
|
@ -18,7 +18,7 @@ fs2 = "0.4"
|
|||
glob = "0.2.11"
|
||||
lazy_static = "0.2.*"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
regex = "0.2"
|
||||
semver = "0.5"
|
||||
toml = "0.2.*"
|
||||
version = "2.0.1"
|
||||
|
|
|
@ -18,7 +18,7 @@ clap = ">=2.17"
|
|||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
chrono = "0.2"
|
||||
regex = "0.1"
|
||||
regex = "0.2"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
|
|
@ -18,6 +18,6 @@ url = "1.2"
|
|||
boolinator = "2.4.0"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
regex = "0.2"
|
||||
tempfile = "2.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue