aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 12:52:18 -0400
committerGitHub <noreply@github.com>2022-07-04 12:52:18 -0400
commitd93bdc58a6dcd0be882a9469910810b1272c5177 (patch)
tree16c5ae3b03985b9b03a9c94f5b093abdb99d97cf
parent7f6de2cb092cdd0675ae393a0a737a2c08329046 (diff)
downloadxesite-d93bdc58a6dcd0be882a9469910810b1272c5177.tar.xz
xesite-d93bdc58a6dcd0be882a9469910810b1272c5177.zip
build(deps): bump comrak from 0.13.1 to 0.13.2 (#510)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.13.1 to 0.13.2. - [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.1...0.13.2) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-patch ... 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 b86dbe7..ec04d3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -478,9 +478,9 @@ dependencies = [
[[package]]
name = "comrak"
-version = "0.13.1"
+version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5abafb60b4451c838c6940b1a3e09bfd93f02c3feb4569aa9949c9119e2a748d"
+checksum = "2f6adde15dc19b207fd77b6bd88cf76cfa40cd23c4cc002647ed808c91be7905"
dependencies = [
"clap",
"entities",
diff --git a/Cargo.toml b/Cargo.toml
index 319a27f..61058c2 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.1"
+comrak = "0.13.2"
derive_more = "0.99"
dirs = "4"
envy = "0.4"