From 1faf2f7baf45026dddbb5103df395536c46e0ed1 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 19 Jan 2026 09:39:48 +0100 Subject: [PATCH] fix: remove parse_trans from runtime dependencies (#714) parse_trans provides ct_expand which is only used at compile time for evaluating cipher suites and decoding CA certificates. The results are baked into the .beam files at compile time, so parse_trans is not needed at runtime. This reduces the runtime dependency chain, particularly helping users with environments that don't include syntax_tools (like elixir-desktop). --- src/hackney.app.src | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hackney.app.src b/src/hackney.app.src index 2d14507e..70ce77de 100644 --- a/src/hackney.app.src +++ b/src/hackney.app.src @@ -15,7 +15,6 @@ idna, mimerl, certifi, - parse_trans, ssl_verify_fun, metrics, unicode_util_compat]},