Bump comrak from 0.10.0 to 0.10.1

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.10.0 to 0.10.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.10.0...0.10.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-04 10:08:18 +00:00 committed by GitHub
parent c05d33f81f
commit 7f8d9382d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -297,9 +297,9 @@ dependencies = [
[[package]] [[package]]
name = "comrak" name = "comrak"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac96caba4b5b55c21c9efd51d498225ce9448d06d9d5c17bbd357522c71bacfd" checksum = "b423acba50d5016684beaf643f9991e622633a4c858be6885653071c2da2b0c6"
dependencies = [ dependencies = [
"clap", "clap",
"entities", "entities",