From 573c199ccb424e690ef758d496b99191f7bce3d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:08:26 +0000 Subject: [PATCH] Update Rust crate tonic to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c20b0fa..ba5fba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ caching-persistent = ["caching", "dep:redb", "dep:prost"] [dependencies] tracing = "0.1" gcloud-sdk = { version = "0.20.6", features = ["google-firestore-v1"] } -tonic = { version = "0.9", features = ["tls"] } +tonic = { version = "0.10", features = ["tls"] } hyper = { version ="0.14" } struct-path = "0.2" rvstruct = "0.3.2"