Bump comrak from 0.38.0 to 0.39.0
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.38.0 to 0.39.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/v0.38.0...v0.39.0)
---
updated-dependencies:
- dependency-name: comrak
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diff
Cargo.lock | 4 +++-
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -411,9 +411,9 @@
[[package]]
name = "comrak"
version = "0.38.0"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8"
checksum = "d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449"
dependencies = [
"caseless",
"entities",
@@ -33,7 +33,7 @@
"help",
"usage",
] }
comrak = { version = "0.38.0", default-features = false }
comrak = { version = "0.39.0", default-features = false }
const-hex = "1.14"
const_format = "0.2"
flate2 = "1.0"