build(deps): bump comrak from 0.10.1 to 0.11.0 (#386)

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

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-20 21:51:51 -04:00 committed by GitHub
parent 5f4db2e9c4
commit 585268e381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site"
[dependencies]
color-eyre = "0.5"
chrono = "0.4"
comrak = "0.10"
comrak = "0.11"
envy = "0.4"
estimated_read_time = "1"
futures = "0.3"