Merge pull request #366 from matthiasbeyer/update-dependency/regex
Update dependency/regex
This commit is contained in:
commit
45f93e5d58
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
clap = "2.1.1"
|
clap = "2.1.1"
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
log = "0.3.4"
|
log = "0.3.4"
|
||||||
regex = "0.1.48"
|
regex = "0.1"
|
||||||
toml = "0.1.27"
|
toml = "0.1.27"
|
||||||
semver = "0.2.1"
|
semver = "0.2.1"
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.1.1"
|
clap = "2.1.1"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
regex = "0.1.47"
|
regex = "0.1"
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ spinner = "0.4"
|
||||||
interactor = "0.1"
|
interactor = "0.1"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
ansi_term = "0.7.2"
|
ansi_term = "0.7.2"
|
||||||
regex = "0.1.62"
|
regex = "0.1"
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.1.15"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
|
|
|
@ -8,7 +8,7 @@ fs2 = "0.2.2"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.1.15"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
regex = "0.1.54"
|
regex = "0.1"
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
toml = "0.1.25"
|
toml = "0.1.25"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
|
@ -6,5 +6,5 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.1.15"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
regex = "0.1.54"
|
regex = "0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue