Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Apr 21, 2021
1 parent 92fb935 commit 6ab3aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markdown2html-converter"
version = "1.1.3"
version = "1.1.4"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/markdown2html-converter"
Expand All @@ -24,10 +24,10 @@ terminal_size = "0.1"

lazy-static-include = "3"
html-minifier = "3"
comrak = "0.9"
comrak = "0.10"
html-escape = "0.2"
slash-formatter = "3"

[dependencies.path-absolutize]
version = "3"
features = ["lazy_static_cache"]
features = ["once_cell_cache"]

0 comments on commit 6ab3aa8

Please sign in to comment.