Update dependencies
ansi_term: 0.10 -> 0.11 regex: 0.2 -> 1
This commit is contained in:
parent
c162856a21
commit
3e22f425b8
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.10"
|
ansi_term = "0.11"
|
||||||
interactor = "0.1"
|
interactor = "0.1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
regex = "0.2"
|
regex = "1"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.12"
|
error-chain = "0.12"
|
||||||
handlebars = "1.0"
|
handlebars = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue