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"