diff --git a/Cargo.lock b/Cargo.lock index 8f1b3fb..280da84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,7 +1702,6 @@ dependencies = [ "aws-lc-rs", "log", "once_cell", - "ring", "rustls-pki-types", "rustls-webpki", "subtle", diff --git a/Cargo.toml b/Cargo.toml index 9087182..f039c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ config = { version = "0.15.19", default-features = false, features = [ "toml", ] } env_logger = "0.11.8" -google-gmail1 = "7.0.0" +google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] } hyper-rustls = { version = "0.27.7", features = ["http1"] } lazy-regex = "3.5.1" log = "0.4.29"