From 3a7c2f54cee48248609e85aef66e02c1a1120a8c Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 21 Jul 2022 17:42:53 +0200 Subject: [PATCH] Gcloud sdk v0.16.x support --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b225d7..fac27c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore" -version = "0.3.0" +version = "0.4.0" authors = ["Abdulla Abdurakhmanov "] edition = "2021" license = "Apache-2.0" @@ -22,7 +22,7 @@ path = "src/lib.rs" [dependencies] tracing = "0.1" -gcloud-sdk = { version = "0.15", features = ["google-firestore-v1"] } +gcloud-sdk = { version = "0.16", features = ["google-firestore-v1"] } tonic = { version = "0.7", features = ["tls"] } hyper = { version ="0.14", features = ["full"] } convert_case = "0.4"