From 7736d5b29bf90ffe0765a13da5bb1bb5f8dd617a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:09:22 +0000 Subject: [PATCH] Update markup5ever requirement from 0.11.0 to 0.12.0 --- updated-dependencies: - dependency-name: markup5ever 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..ac63c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" [dependencies] html5ever = "0.26.0" -markup5ever = "0.11.0" +markup5ever = "0.12.0" tendril = "0.4" xml5ever = "0.17" unicode-width = "0.1.5"