From 0de31a232d0eacd0d18573ad9bad57438759d237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:48:52 +0000 Subject: [PATCH] build(deps): update html-minifier requirement from 3 to 5 Updates the requirements on [html-minifier](https://github.com/magiclen/html-minifier) to permit the latest version. - [Commits](https://github.com/magiclen/html-minifier/compare/v3.0.0...v5.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..42b3ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = "1" serde_json = "1" serde_derive = "1" -html-minifier = "3" +html-minifier = "5" chrono = { version = "0.4", features = ["serde"] } figment = { version = "0.10", features = ["toml", "yaml", "env"] }