From 9a47d605772ff0dae9d27a4bcedfde7d1a9936ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:00:33 +0000 Subject: [PATCH] fix(deps): update rust crate html5ever to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ba313680..2fef209c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,6 @@ objc_id = "0.1" [target."cfg(target_os = \"android\")".dependencies] crossbeam-channel = "0.5" kuchiki = "0.8" -html5ever = "0.25" +html5ever = "0.26" sha2 = "0.10" base64 = "0.21"