Merge pull request #508 from AleoHQ/dependabot/cargo/toml-0.5.8

Bump toml from 0.5.7 to 0.5.8
This commit is contained in:
Howard Wu 2020-12-30 11:35:16 -04:00 committed by GitHub
commit be95b08e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -2901,9 +2901,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.5.7"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]