From 040a30e9da53461b5113d09182431d14404e5c1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:24:53 +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 7ea8999..7bef8a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ caching-persistent = ["caching", "dep:redb"] [dependencies] tracing = "0.1" gcloud-sdk = { version = "0.21", 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"