libimagmail/Cargo.toml: Update dependencies
This commit is contained in:
parent
96b7d0427c
commit
3b9d1082c7
1 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,10 @@ homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
mailparse = "0.2.0"
|
mailparse = "0.3"
|
||||||
semver = "0.2"
|
semver = "0.5"
|
||||||
toml = "0.2.*"
|
toml = "0.2.*"
|
||||||
filters = "0.1.0"
|
filters = "0.1.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
[dependencies.libimagstore]
|
||||||
path = "../libimagstore"
|
path = "../libimagstore"
|
||||||
|
|
Loading…
Reference in a new issue