From cd360f43758730a190df798d0d12b23e96f6f93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:09:38 +0000 Subject: [PATCH] Update html5ever requirement from 0.26.0 to 0.27.0 --- updated-dependencies: - dependency-name: html5ever dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 565131a..c50f14a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["html", "text"] license = "MIT" [dependencies] -html5ever = "0.26.0" +html5ever = "0.27.0" markup5ever = "0.11.0" tendril = "0.4" xml5ever = "0.17"