diff --git a/Cargo.lock b/Cargo.lock index 7c724ca5..bb6e97b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1742,9 +1742,9 @@ dependencies = [ [[package]] name = "google-gmail1" -version = "5.0.3+20230116" +version = "5.0.4+20240226" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f614d84a62ccfa21dcb2c97036668b30fc7caa4404aaf6337b8c51dee45bd3" +checksum = "72e8412a6ac2b47c9103331fd183e2c4b7fd30bca7512ff625206c7c88f36210" dependencies = [ "anyhow", "google-apis-common", diff --git a/integrations/gmail/Cargo.toml b/integrations/gmail/Cargo.toml index 7e2e4a18..aa9ab356 100644 --- a/integrations/gmail/Cargo.toml +++ b/integrations/gmail/Cargo.toml @@ -17,7 +17,7 @@ charset = "0.1.3" duration-string = { version = "0.3.0", features = ["serde"] } exocore = { version = "0.1.25", default-features = false, features = ["client", "logger"] } exomind-protos = {version = "0.1.15", path = "../../protos"} -google-gmail1 = "5.0.3" +google-gmail1 = "5.0.4" hyper = "0.14.28" hyper-rustls = {version="0.24.2", features=["http2"]} log = "0.4.21"