aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-15 09:48:47 -0500
committerGitHub <noreply@github.com>2021-02-15 09:48:47 -0500
commit925754b80fb5533fd894b1e025b582cf8640f129 (patch)
tree1f77364661dab2f294585846d8f668d11b0bf5b1 /Cargo.lock
parentf49c967865526054c5e6a3b5aad84be8117e80f3 (diff)
downloadxesite-925754b80fb5533fd894b1e025b582cf8640f129.tar.xz
xesite-925754b80fb5533fd894b1e025b582cf8640f129.zip
build(deps): bump comrak from 0.9.0 to 0.9.1 (#322)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.9.0 to 0.9.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/compare/0.9.0...0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4d1a4ab..0c75a0c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -324,9 +324,9 @@ dependencies = [
[[package]]
name = "comrak"
-version = "0.9.0"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcfb8008d04126b176c76cbfdecf9a2ccb4bacc70af87c8da6136d63d7b7292a"
+checksum = "43e35da16961500625e065fba09983bb300bbf3c6fbc1840bd5bbda595ee6d80"
dependencies = [
"clap",
"entities",