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]
|
||||
log = "0.3"
|
||||
mailparse = "0.2.0"
|
||||
semver = "0.2"
|
||||
mailparse = "0.3"
|
||||
semver = "0.5"
|
||||
toml = "0.2.*"
|
||||
filters = "0.1.0"
|
||||
filters = "0.1.*"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
Loading…
Reference in a new issue