The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump comrak from 0.13.2 to 0.14.0 (#516)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.13.2 to 0.14.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.13.2...0.14.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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
3fcbe4eb 8759f9d5

+3 -3
+2 -2
Cargo.lock
··· 478 478 479 479 [[package]] 480 480 name = "comrak" 481 - version = "0.13.2" 481 + version = "0.14.0" 482 482 source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "2f6adde15dc19b207fd77b6bd88cf76cfa40cd23c4cc002647ed808c91be7905" 483 + checksum = "15bf1e432b302dc6236dd0db580d182ce520bb24af82d6462e2d7a5e0a31c50d" 484 484 dependencies = [ 485 485 "clap", 486 486 "entities",
+1 -1
Cargo.toml
··· 14 14 axum-extra = "0.3" 15 15 color-eyre = "0.6" 16 16 chrono = "0.4" 17 - comrak = "0.13.2" 17 + comrak = "0.14.0" 18 18 derive_more = "0.99" 19 19 dirs = "4" 20 20 envy = "0.4"