From fc66944cf1bc91c491d4170016572574d92b6eef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:51:10 +0000 Subject: [PATCH] fix(deps): update rust crate gcloud-sdk to 0.24.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a6671f..f66f05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = "0.4" log = "0.4" -gcloud-sdk = {version = "0.24", features = ["rest"]} +gcloud-sdk = {version = "0.24.6", features = ["rest"]} hyper = { version = "0.14", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } hyper-rustls = { version = "0.25", optional = true }