aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-13 17:46:38 -0400
committerGitHub <noreply@github.com>2022-07-13 17:46:38 -0400
commit3fcbe4ebbf0654b1eb5f666925301480080455ca (patch)
treef0264b605419960a8fdef1d8024b6f2e5d0a8f6c
parent8759f9d590ff44d0c0e54550924b48f5b45537fb (diff)
downloadxesite-3fcbe4ebbf0654b1eb5f666925301480080455ca.tar.xz
xesite-3fcbe4ebbf0654b1eb5f666925301480080455ca.zip
build(deps): bump comrak from 0.13.2 to 0.14.0 (#516)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.13.2 to 0.14.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.13.2...0.14.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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 341c13e..3e38c80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -478,9 +478,9 @@ dependencies = [
[[package]]
name = "comrak"
-version = "0.13.2"
+version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2f6adde15dc19b207fd77b6bd88cf76cfa40cd23c4cc002647ed808c91be7905"
+checksum = "15bf1e432b302dc6236dd0db580d182ce520bb24af82d6462e2d7a5e0a31c50d"
dependencies = [
"clap",
"entities",
diff --git a/Cargo.toml b/Cargo.toml
index 61058c2..6cfe314 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.13.2"
+comrak = "0.14.0"
derive_more = "0.99"
dirs = "4"
envy = "0.4"