From f7ef900d85a748f63c8d8ba05bd7f09523cc5101 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:23:26 +0000 Subject: [PATCH] Update Rust crate gcloud-sdk to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1a94ae..c358f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ caching-persistent = ["caching", "dep:redb"] [dependencies] tracing = "0.1" -gcloud-sdk = { version = "0.23", features = ["google-firestore-v1"] } +gcloud-sdk = { version = "0.24", features = ["google-firestore-v1"] } hyper = { version ="0.14" } struct-path = "0.2" rvstruct = "0.3.2"