Bump toml from 0.5.6 to 0.5.7 (#33)

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

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-10-11 17:25:43 -04:00
committed by GitHub
parent 379d4d6d89
commit b23da4cf6c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
sendgrid = { version = "0.13.0", features = ["rustls"] }
toml = "0.5.6"
toml = "0.5.7"
serde_derive = "1.0.112"
serde = "1.0.116"
reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }