libimagtodo/Cargo.toml: Update dependencies
This commit is contained in:
parent
1918f25c64
commit
6a26e26651
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ homepage = "http://imag-pim.org"
|
|||
[dependencies]
|
||||
semver = "0.2"
|
||||
task-hookrs = "0.2"
|
||||
uuid = "0.2.0"
|
||||
uuid = "0.3"
|
||||
toml = "0.2.*"
|
||||
log = "0.3.6"
|
||||
serde_json = "0.7.3"
|
||||
log = "0.3"
|
||||
serde_json = "0.8"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
Loading…
Reference in a new issue