From 24b599058fb1a1ee943c6f5887d411f8afb0d2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:38:31 +0000 Subject: [PATCH] Update html5ever requirement from 0.26 to 0.27 --- 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 b981a4c..4f5900e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = [ "web-programming", "text-processing" ] edition = "2018" [dependencies] -html5ever = "0.26" +html5ever = "0.27" maplit = "1.0" tendril = "0.4" url = "2"