build(deps): bump comrak from 0.8.0 to 0.8.1 (#192)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.8.0 to 0.8.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.8.0...0.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-12 07:01:01 -04:00 committed by GitHub
parent e9e9283a82
commit bb4f805862
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

@ -262,9 +262,9 @@ dependencies = [
[[package]]
name = "comrak"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b818732a109eeabbe99fee28030ff8ecbd606889fcd25509ed933e6c69b7aa69"
checksum = "090a24f8e34cab5f4a317f885b06b19f1d4ede16c3da04221b6a89fba9f23b8e"
dependencies = [
"clap",
"entities",