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"