From 0af2462f629a8fc8e6a6883a37564477ea45e75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:09:15 +0000 Subject: [PATCH] Update markup5ever_rcdom requirement from 0.2.0 to 0.3.0 Updates the requirements on [markup5ever_rcdom](https://github.com/servo/html5ever) to permit the latest version. - [Commits](https://github.com/servo/html5ever/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: markup5ever_rcdom 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 f00b50d..faa99e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ gethostname = "0.4.1" html5ever = "0.26.0" image = "0.24.5" libc = "0.2" -markup5ever_rcdom = "0.2.0" +markup5ever_rcdom = "0.3.0" mime = "^0.3.16" mime_guess = "^2.0.4" nom = "7.0.0"