From f95a7016556600bd9cb12b006402e7ba3b4f1bbd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Mar 2024 19:45:41 +0000 Subject: [PATCH] fix(deps): update rust crate html5ever to 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6d71ee..257b8c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ epub-builder = "0.7.4" eyre = "0.6" flexi_logger = "0.27.4" futures = "0.3.30" -html5ever = "0.25.1" +html5ever = "0.26.0" indicatif = "0.16.2" itertools = "0.12.1" kuchiki = "0.8.1"