Skip to content

Commit 083653f

Browse files
authored
fix: remove parse_trans from runtime dependencies (#714) (#806)
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).
1 parent b65c1b2 commit 083653f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hackney.app.src

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
idna,
1616
mimerl,
1717
certifi,
18-
parse_trans,
1918
ssl_verify_fun,
2019
metrics,
2120
unicode_util_compat]},

0 commit comments

Comments
 (0)