From 895ce7c70e7726b36e41c11304b320c240abffc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 09:03:04 -0400 Subject: [PATCH] Bump sendgrid from 0.17.0 to 0.17.1 (#89) Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/gsquire/sendgrid-rs/releases) - [Commits](https://github.com/gsquire/sendgrid-rs/commits) 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 d0a7785..1abe04c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,9 +1040,9 @@ dependencies = [ [[package]] name = "sendgrid" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b969f7698702c4de180dd43272e35e0beabdb424373d5fca48489954dfb959" +checksum = "018967b2df17e74ecea180fd6f359fe0218502ac861d14486fff7316e063ce17" dependencies = [ "data-encoding", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index f89ecae..065dfef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dave Gallant "] edition = "2018" [dependencies] -sendgrid = { version = "0.17.0", default-features = false, features = ["rustls", "blocking"] } +sendgrid = { version = "0.17.1", default-features = false, features = ["rustls", "blocking"] } serde_derive = "1.0.112" serde = "1.0.125" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }