Skip to content

Commit

Permalink
Bump comrak from 0.17.1 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.17.1 to 0.20.0.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](kivikakk/comrak@0.17.1...0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 8fadec9 commit 08b209b
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 3 deletions.
77 changes: 75 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ askama = { git = "https://github.com/djc/askama.git", features = ["with-rocket",
askama_rocket = { git = "https://github.com/djc/askama.git", rev="4d936524" }
reqwest = { version = "0.11", features = ["deflate", "brotli", "gzip"] }
tokio = { version = "1", features = ["full"] }
comrak = "0.17"
comrak = "0.20"
regex = "1"
lazy_static = "1.4.0"
percent-encoding = "2.3.1"
Expand Down

0 comments on commit 08b209b

Please sign in to comment.