Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update html-minifier requirement from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [html-minifier](https://github.com/magiclen/html-minifier) to permit the latest version.
- [Commits](magiclen/html-minifier@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: html-minifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent eae2e19 commit 5d366e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] }
derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] }
futures = "0.3.29"
glob = "0.3.1"
html-minifier = "4.0.0"
html-minifier = "5.0.0"
latex2mathml = "0.2.3"
lazy_static = "1.4.0"
liquid = "0.26.4"
Expand Down

0 comments on commit 5d366e1

Please sign in to comment.