From be5a764c41d36c92e5651df85c48bddc8f0dc0f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Mar 2024 13:30:58 +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 4c0e1d1..0fc57e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ directories = "3.0.2" epub-builder = "0.4.8" flexi_logger = "0.18.0" futures = "0.3.30" -html5ever = "0.25.1" +html5ever = "0.26.0" indicatif = "0.16.2" itertools = "0.10.1" kuchiki = "0.8.1"