From 8ce67927f3825d20928942c4f6c4b376bcbde3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:55:34 +0000 Subject: [PATCH] build(deps): update minifier requirement from 0.2.1 to 0.3.0 Updates the requirements on [minifier](https://github.com/GuillaumeGomez/minifier-rs) to permit the latest version. - [Commits](https://github.com/GuillaumeGomez/minifier-rs/commits) --- updated-dependencies: - dependency-name: 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 1e0c872..f3a135a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ eventsource = "0.5.0" home = "0.5.4" human-panic = "1.0.3" logi = "0.0.7" -minifier = "0.2.1" +minifier = "0.3.0" notify = "5.0.0" reqwest = {version = "0.11.22", features = ["blocking", "json"]} serde = {version = "1.0.152", features = ["derive"]}