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.12.0 to 0.12.1 (#392)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](https://github.com/kivikakk/comrak/commits)

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

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
cd5cf074 df32d327

+2 -2
+2 -2
Cargo.lock
··· 308 308 309 309 [[package]] 310 310 name = "comrak" 311 - version = "0.12.0" 311 + version = "0.12.1" 312 312 source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "e555945b4dd9dbe376aeec3c701ba248a95b5479124d16fef575cb3483fae062" 313 + checksum = "ff3c476e1a33eb4df1212a02db79d0f788bbd760901f34f5897644623e0e4e74" 314 314 dependencies = [ 315 315 "clap", 316 316 "entities",