From fa105de36d817cc2824a74b4c874c62ff949bf4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:36:18 +0000 Subject: [PATCH] Update cargo non-major dependencies --- server/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 6cd582f..4c8786d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -58,8 +58,8 @@ redis = { version = "0.25.4", features = [ rand = "0.8.5" futures = "0.3.30" axum-extra = { version = "0.9.3", features = ["typed-header"] } -tonic = "0.11.0" -prost = "0.12.6" +tonic = "0.12.0" +prost = "0.13.0" bb8-redis = "0.15.0" time = { version = "0.3.36", features = ["serde"] } dashmap = { version = "6.0.1", features = ["inline", "serde"] } @@ -83,4 +83,4 @@ version = "0.9.102" features = ["vendored"] [build-dependencies] -tonic-build = "0.11.0" +tonic-build = "0.12.0"