build(deps): bump comrak from 0.8.1 to 0.8.2 (#193)

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

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-13 09:34:20 -04:00 committed by GitHub
parent bb4f805862
commit 1dd93daed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 2 deletions

18
Cargo.lock generated
View File

@ -262,9 +262,9 @@ dependencies = [
[[package]]
name = "comrak"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090a24f8e34cab5f4a317f885b06b19f1d4ede16c3da04221b6a89fba9f23b8e"
checksum = "0d325e4f2ffff52ca77d995bb675494d5364aa332499d5f7c7fbb28c25e671f6"
dependencies = [
"clap",
"entities",
@ -272,9 +272,11 @@ dependencies = [
"pest",
"pest_derive",
"regex",
"shell-words",
"twoway 0.2.1",
"typed-arena",
"unicode_categories",
"xdg",
]
[[package]]
@ -1847,6 +1849,12 @@ dependencies = [
"opaque-debug 0.3.0",
]
[[package]]
name = "shell-words"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
[[package]]
name = "siphasher"
version = "0.2.3"
@ -2456,6 +2464,12 @@ dependencies = [
"winapi-build",
]
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
[[package]]
name = "xesite"
version = "2.0.1"