Bump sendgrid from 0.16.0 to 0.17.0 (#82)

Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/gsquire/sendgrid-rs/releases)
- [Commits](https://github.com/gsquire/sendgrid-rs/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-15 19:37:48 -04:00
committed by GitHub
parent 2a67b01e8c
commit 23454e2472
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1040,9 +1040,9 @@ dependencies = [
[[package]]
name = "sendgrid"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d84573effd1fe8f91fe3f53adba12fc2277e2ba5e7494c68b6e9ba737994aa"
checksum = "95b969f7698702c4de180dd43272e35e0beabdb424373d5fca48489954dfb959"
dependencies = [
"data-encoding",
"reqwest",

View File

@@ -5,7 +5,7 @@ authors = ["Dave Gallant <davegallant@gmail.com>"]
edition = "2018"
[dependencies]
sendgrid = { version = "0.16.0", default-features = false, features = ["rustls", "blocking"] }
sendgrid = { version = "0.17.0", default-features = false, features = ["rustls", "blocking"] }
serde_derive = "1.0.112"
serde = "1.0.124"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }