diff --git a/plugins/repos-fix/Cargo.toml b/plugins/repos-fix/Cargo.toml index 0cd15de..391731d 100644 --- a/plugins/repos-fix/Cargo.toml +++ b/plugins/repos-fix/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.0", features = ["full"] } walkdir = "2.5" regex = "1.10" tempfile = "3.10" -html2text = "0.12" +html2text = "0.16" url = "2.5" base64 = "0.22" minijinja = "2.0"