From a4e252ac911df5e4d1b8242c16cbc43ae0c27fe2 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 7 Sep 2024 23:39:23 +0200 Subject: [PATCH] feat: with ring; Signed-off-by: kjuulh --- 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 956bca8..40ab605 100644 --- a/crates/flux-releaser/Cargo.toml +++ b/crates/flux-releaser/Cargo.toml @@ -32,7 +32,7 @@ sqlx = { version = "0.7.3", features = [ ] } chrono = "0.4.34" git2 = "0.18.3" -rustls = "0.23.12" +rustls = { version = "0.23.12", features = ["ring"] } [build-dependencies] tonic-build = "0.12.0"