From 82630acd0dd0827cac4e19cf298bd841c68fca88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 31 Oct 2020 09:16:24 -0400 Subject: [PATCH] Bump sendgrid from 0.13.0 to 0.14.0 (#44) Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/gsquire/sendgrid-rs/releases) - [Commits](https://github.com/gsquire/sendgrid-rs/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 a394870..f7a5bf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,9 +1051,9 @@ dependencies = [ [[package]] name = "sendgrid" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e75def3464002b7923805f7e7632330143340fdeb6df46df82800d5bc13b15" +checksum = "51fa2bf312d6eac47b72cdb997c0ce17002b60fb3b3fdfcb33baf0174b3ab173" dependencies = [ "data-encoding", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 0aa861a..4d0a1d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dave Gallant "] edition = "2018" [dependencies] -sendgrid = { version = "0.13.0", default-features = false, features = ["rustls", "blocking"] } +sendgrid = { version = "0.14.0", default-features = false, features = ["rustls", "blocking"] } serde_derive = "1.0.112" serde = "1.0.117" reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }