From 2efb5e324211a1d48e6f9468f479ef4b12122e03 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 19 Jun 2025 00:25:39 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.14 --- crates/flux-releaser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/flux-releaser/Cargo.toml b/crates/flux-releaser/Cargo.toml index a76493b..8237b55 100644 --- a/crates/flux-releaser/Cargo.toml +++ b/crates/flux-releaser/Cargo.toml @@ -11,7 +11,7 @@ tracing-subscriber.workspace = true clap.workspace = true dotenv.workspace = true axum.workspace = true -prost = "0.13" +prost = "0.14" tonic = { version = "0.12", features = ["tls", "tls-native-roots"] } uuid = { version = "1.7", features = ["v7", "v4"] } async-trait = "0.1"