From c576a063ab33763c5aaf38df135cc89717d55120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Oct 2021 21:07:35 -0400 Subject: [PATCH] Bump sendgrid from 0.17.3 to 0.17.4 (#118) Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.17.3 to 0.17.4. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1dfab9..53bf161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,9 +860,9 @@ dependencies = [ [[package]] name = "sendgrid" -version = "0.17.3" +version = "0.17.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71f64c0dbd87436c4ff4e2c6f7d374bfef567560dcb78a2f4bcfbc3afb239d13" +checksum = "88afc7511b68247bf469e0dff55eb7ef305aab293211242695fd07cc17e36a78" dependencies = [ "data-encoding", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index e6cedae..bf6248d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dave Gallant "] edition = "2018" [dependencies] -sendgrid = { version = "0.17.3", default-features = false, features = ["rustls", "blocking"] } +sendgrid = { version = "0.17.4", default-features = false, features = ["rustls", "blocking"] } serde_derive = "1.0.112" serde = "1.0.130" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }