Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 369f8ef commit 2073ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -33,7 +33,7 @@ git2 = { version = "0.19.0", default-features = false, features = [ "vendored-li
url = { version = "2.5.1" }
openidconnect = { version = "3.5.0", default-features = false, features = [ "reqwest" ] }
directories = { version = "5.0" }
comrak = { version = "0.26.0", optional = true }
comrak = { version = "0.28.0", optional = true }

[features]
default = ["reqwest/default-tls"] # link against system library
Expand Down

0 comments on commit 2073ea2

Please sign in to comment.