From 2b250dd4df498bb4acd891b4a480b0ccd7ad4512 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 7 Sep 2024 23:24:17 +0200 Subject: [PATCH] feat: update packages Signed-off-by: kjuulh --- 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 d08049f..4ef6b62 100644 --- a/crates/flux-releaser/Cargo.toml +++ b/crates/flux-releaser/Cargo.toml @@ -11,8 +11,8 @@ tracing-subscriber.workspace = true clap.workspace = true dotenv.workspace = true axum.workspace = true -prost = "0.13.0" -tonic = { version = "0.12.0", features = ["tls", "tls-roots"] } +prost = "0.13.2" +tonic = { version = "0.12.2", features = ["tls", "tls-native-roots"] } uuid = { version = "1.7.0", features = ["v7", "v4"] } async-trait = "0.1.77" aws-config = { version = "1.1.5", features = ["behavior-version-latest"] }