From 80784fdae0b6cf8aedd37003096e982eb28730eb Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:05:20 -0800 Subject: [PATCH] Remove encoding from workspace dependencies Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index befd6936..743452a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,6 @@ xml5ever = { version = "0.37", path = "xml5ever" } html5ever = { version = "0.37", path = "html5ever" } # External dependencies -encoding = "0.2" encoding_rs = "0.8.12" log = "0.4" new_debug_unreachable = "1.0.2"