From 625341ebf8e68be803f97dad17fa33d167fc9311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 14:31:40 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DG --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d33d7c9..4ecf271 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 9e94904..83dbb80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dave Gallant "] 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"] }