From a7e7c0d0c9d9a327a6c07a445c894bd1b1d858a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:23:06 +0000 Subject: [PATCH] Update Rust crate gcloud-sdk to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f93d418..130cf15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ caching-persistent = ["caching", "dep:redb", "dep:prost"] [dependencies] tracing = "0.1" -gcloud-sdk = { version = "0.20.7", features = ["google-firestore-v1"] } +gcloud-sdk = { version = "0.21.0", features = ["google-firestore-v1"] } tonic = { version = "0.9", features = ["tls"] } hyper = { version ="0.14" } struct-path = "0.2"