libimagstorestdhook/Cargo.toml: Update dependencies
This commit is contained in:
parent
5ad2bfc462
commit
7bafa10240
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ homepage = "http://imag-pim.org"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml = "0.2.*"
|
toml = "0.2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
fs2 = "0.2"
|
fs2 = "0.3"
|
||||||
git2 = "0.4"
|
git2 = "0.5"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
Loading…
Reference in a new issue