From 82920b12f788845a2028a4d3bb9842229988e6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:10:43 +0000 Subject: [PATCH] Bump gcloud-sdk from 0.24.6 to 0.24.8 Bumps [gcloud-sdk](https://github.com/abdolence/gcloud-sdk-rs) from 0.24.6 to 0.24.8. - [Release notes](https://github.com/abdolence/gcloud-sdk-rs/releases) - [Commits](https://github.com/abdolence/gcloud-sdk-rs/compare/v0.24.6...v0.24.8) --- updated-dependencies: - dependency-name: gcloud-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c2a0db..cade274 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,9 +969,9 @@ dependencies = [ [[package]] name = "gcloud-sdk" -version = "0.24.6" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9b9d27ae1188efa150d35e7dfdb9caeb40c06016c8ae1b0ac4ee6bbe95d5dc" +checksum = "1afe2a62202f8f8eb624638f7e5b8f0988a540dd8dbb69e098daeb277273b2ab" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b2227de..a94cb4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ axum = "0.7.5" clap = "4.5.4" env_logger = "0.11.3" futures = "0.3.30" -gcloud-sdk = { version = "0.24.6", features = ["google-pubsub-v1"] } +gcloud-sdk = { version = "0.24.8", features = ["google-pubsub-v1"] } handlebars = "5.1.2" http-body-util = "0.1.1" hyper = { version = "1.3.1", features = ["http2", "http1"] }