From 5ae2291a9cccdb57f5b32bc58c408a3052609851 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Mar 2025 23:43:44 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.13.0 --- crates/flux-releaser/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/flux-releaser/Cargo.toml b/crates/flux-releaser/Cargo.toml index 134b144..124df40 100644 --- a/crates/flux-releaser/Cargo.toml +++ b/crates/flux-releaser/Cargo.toml @@ -12,7 +12,7 @@ clap.workspace = true dotenv.workspace = true axum.workspace = true prost = "0.13.2" -tonic = { version = "0.12.2", features = ["tls", "tls-native-roots"] } +tonic = { version = "0.13.0", features = ["tls", "tls-native-roots"] } uuid = { version = "1.7.0", features = ["v7", "v4"] } async-trait = "0.1.77" aws-config = { version = "1.5.5", features = ["behavior-version-latest"] } @@ -35,7 +35,7 @@ git2 = "0.20.0" rustls = { version = "0.23.12" } [build-dependencies] -tonic-build = "0.12.0" +tonic-build = "0.13.0" [dev-dependencies] lazy_static = "1.4.0"