chore: Update the toml dependency

This commit is contained in:
Clément Renault 2019-03-16 10:46:34 +01:00
parent 87f9528791
commit e56106cbdc
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -21,13 +21,9 @@ serde_derive = "1.0.88"
serde_json = { version = "1.0.38", features = ["preserve_order"] }
size_format = "1.0.2"
slice-group-by = "0.2.4"
toml = { version = "0.5.0", features = ["preserve_order"] }
unidecode = "0.3.0"
[dependencies.toml]
git = "https://github.com/Kerollmops/toml-rs.git"
features = ["preserve_order"]
rev = "0372ba6"
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
rev = "306e201"