From 4e0feae737bd2c196f7d3eb9edc29bf7e63ad0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:29:37 +0000 Subject: [PATCH] build(deps): bump google-gmail1 from 5.0.3+20230116 to 5.0.4+20240226 Bumps [google-gmail1](https://github.com/Byron/google-apis-rs) from 5.0.3+20230116 to 5.0.4+20240226. - [Release notes](https://github.com/Byron/google-apis-rs/releases) - [Changelog](https://github.com/Byron/google-apis-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/google-apis-rs/compare/google-apis-common-v5.0.3...google-apis-common-v5.0.4) --- updated-dependencies: - dependency-name: google-gmail1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- integrations/gmail/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"