Bump toml from 0.5.7 to 0.5.8 (#675)

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>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-23 02:55:01 +00:00 committed by GitHub
parent ac69f3b49e
commit b0f18c408d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1228,9 +1228,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

@ -40,7 +40,7 @@ log = "0.4.11"
rayon = "1.4.1"
serde = { version = "1.0.118", features = ["derive", "rc"] }
term_size = "0.3.2"
toml = "0.5.7"
toml = "0.5.8"
parking_lot = "0.11.1"
dashmap = { version = "3.11.10", features = ["serde"] }
num-format = "0.4.0"