libimagutil/Cargo.toml: Update dependencies
This commit is contained in:
parent
6a26e26651
commit
44f44a0c7f
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ log = "0.3"
|
|||
xdg-basedir = "1.0"
|
||||
itertools = "0.5"
|
||||
tempfile = "2.1"
|
||||
ansi_term = "0.0"
|
||||
ansi_term = "0.9"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -14,10 +14,10 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
url = "1.1"
|
||||
url = "1.2"
|
||||
boolinator = "2.4.0"
|
||||
lazy_static = "0.1.15"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
regex = "0.1"
|
||||
tempfile = "2.1.1"
|
||||
tempfile = "2.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue