From 40a0e5b798263c45be85aad626431ac7f55321ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 03:04:41 +0000 Subject: [PATCH] Update html5ever requirement from 0.28.0 to 0.29.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 8f5e8ee..475af4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["html", "text"] license = "MIT" [dependencies] -html5ever = "0.28.0" +html5ever = "0.29.0" markup5ever = "0.13.0" tendril = "0.4" unicode-width = "0.1.5"