aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-08 11:04:46 -0400
committerGitHub <noreply@github.com>2021-09-08 11:04:46 -0400
commitcd5cf0740ee56b169abf26a19f979107c45b23b3 (patch)
tree18c2c6b9621a3e0ea5b3e5aa52bfa21016638ecd
parentdf32d327004a156168eb3d03dc17961a9e4e4531 (diff)
downloadxesite-cd5cf0740ee56b169abf26a19f979107c45b23b3.tar.xz
xesite-cd5cf0740ee56b169abf26a19f979107c45b23b3.zip
build(deps): bump comrak from 0.12.0 to 0.12.1 (#392)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/commits) --- 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
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad2d76a..571e540 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -308,9 +308,9 @@ dependencies = [
[[package]]
name = "comrak"
-version = "0.12.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e555945b4dd9dbe376aeec3c701ba248a95b5479124d16fef575cb3483fae062"
+checksum = "ff3c476e1a33eb4df1212a02db79d0f788bbd760901f34f5897644623e0e4e74"
dependencies = [
"clap",
"entities",