Bump toml from 0.5.7 to 0.5.8

Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases)
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.7...0.5.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-21 07:18:18 +00:00
parent 35509984ba
commit 933814a719
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3137,9 +3137,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",
]

View file

@ -28,7 +28,7 @@ url = "2.2.0"
check-if-email-exists = "0.8.16"
indicatif = "0.15.0"
structopt = "0.3"
toml = "0.5.7"
toml = "0.5.8"
serde = { version = "1.0", features = ["derive"] }
pulldown-cmark = "0.8.0"
quick-xml = "0.20.0"