Bump sendgrid from 0.17.2 to 0.17.3 (#99)

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

---
updated-dependencies:
- dependency-name: sendgrid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DG <davegallant@gmail.com>
This commit is contained in:
dependabot[bot]
2021-08-21 14:31:40 -04:00
committed by GitHub
parent 99e2d2b0cb
commit 625341ebf8
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.17.2"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e863dbc48aed687b42042f319aced81752a5f0ef46b6f4b773b1156edf5bc6"
checksum = "71f64c0dbd87436c4ff4e2c6f7d374bfef567560dcb78a2f4bcfbc3afb239d13"
dependencies = [
"data-encoding",
"reqwest",

View File

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