From be7c89aa5a22c8dd500c355620aec8468275571d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 21 Aug 2024 22:29:28 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.13.0 --- 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 bc7002c..22d83fb 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.12.3" +prost = "0.13.0" tonic = { version = "0.11.0", features = ["tls", "tls-roots"] } uuid = { version = "1.7.0", features = ["v7", "v4"] } async-trait = "0.1.77"