aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-08 13:11:28 -0400
committerGitHub <noreply@github.com>2022-06-08 13:11:28 -0400
commit2645966f856438c3b6264648bca5c1fcd45af47c (patch)
tree3e34c90a016b20230e6f344ed0c0c8cbd05e324e /Cargo.toml
parent7d667ef2ae02cd606d46461a64eef6ab9b691203 (diff)
downloadxesite-2645966f856438c3b6264648bca5c1fcd45af47c.tar.xz
xesite-2645966f856438c3b6264648bca5c1fcd45af47c.zip
build(deps): bump comrak from 0.12.1 to 0.13.0 (#487)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.1...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e69ee5e..b283aa7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ axum-macros = "0.2"
axum-extra = "0.3"
color-eyre = "0.6"
chrono = "0.4"
-comrak = "0.12.1"
+comrak = "0.13.0"
derive_more = "0.99"
dirs = "4"
envy = "0.4"