diff --git a/Cargo.lock b/Cargo.lock index 5e12cdc..c5c37d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,9 +1051,9 @@ dependencies = [ [[package]] name = "sendgrid" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51fa2bf312d6eac47b72cdb997c0ce17002b60fb3b3fdfcb33baf0174b3ab173" +checksum = "0cc09fd3509aac5450d326e426ef0b4b951f86dad0e44df5f1adcc6b7646547d" dependencies = [ "data-encoding", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 18fad61..ff19172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dave Gallant "] edition = "2018" [dependencies] -sendgrid = { version = "0.14.0", default-features = false, features = ["rustls", "blocking"] } +sendgrid = { version = "0.15.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"] }