Upgrade toml dependency to 0.2
This commit is contained in:
parent
90d948122c
commit
61feb5199c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "0.4"
|
itertools = "0.4"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "0.1.27"
|
toml = "0.2.*"
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
url = "1.1"
|
url = "1.1"
|
||||||
rust-crypto = "0.2.35"
|
rust-crypto = "0.2.35"
|
||||||
|
|
Loading…
Reference in a new issue