libimagrt/Cargo.toml: Update dependencies
This commit is contained in:
parent
b4ab666ce7
commit
9e0c523b97
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ clap = "2.*"
|
|||
env_logger = "0.3"
|
||||
toml = "0.2.*"
|
||||
log = "0.3"
|
||||
xdg-basedir = "0.2.2"
|
||||
itertools = "0.4"
|
||||
tempfile = "2.1.1"
|
||||
ansi_term = "0.7"
|
||||
xdg-basedir = "1.0"
|
||||
itertools = "0.5"
|
||||
tempfile = "2.1"
|
||||
ansi_term = "0.0"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
Loading…
Reference in a new issue