From 4ec26113780dc28dbeb7c3801647535ed164f9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 03:02:10 +0000 Subject: [PATCH] build(deps): update html-minifier requirement from 3 to 4 Updates the requirements on [html-minifier](https://github.com/magiclen/html-minifier) to permit the latest version. - [Release notes](https://github.com/magiclen/html-minifier/releases) - [Commits](https://github.com/magiclen/html-minifier/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: html-minifier 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 f97d4db..7d1dbf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = "1" serde_json = "1" serde_derive = "1" -html-minifier = "3" +html-minifier = "4" chrono = { version = "0.4", features = ["serde"] } figment = { version = "0.10", features = ["toml", "yaml", "env"] }