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.1 to 0.13.0 (#487)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.1 to 0.13.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.12.1...0.13.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
2645966f 7d667ef2

+3 -4
+2 -3
Cargo.lock
··· 424 424 425 425 [[package]] 426 426 name = "comrak" 427 - version = "0.12.1" 427 + version = "0.13.0" 428 428 source = "registry+https://github.com/rust-lang/crates.io-index" 429 - checksum = "ff3c476e1a33eb4df1212a02db79d0f788bbd760901f34f5897644623e0e4e74" 429 + checksum = "3a00ddef7b344800116b794a7cabfb2c60ef4f44db2f44b0f8f3f6dd2ea43866" 430 430 dependencies = [ 431 431 "clap", 432 432 "entities", ··· 2401 2401 "serde_derive", 2402 2402 "serde_json", 2403 2403 "walkdir", 2404 - "yaml-rust", 2405 2404 ] 2406 2405 2407 2406 [[package]]
+1 -1
Cargo.toml
··· 14 14 axum-extra = "0.3" 15 15 color-eyre = "0.6" 16 16 chrono = "0.4" 17 - comrak = "0.12.1" 17 + comrak = "0.13.0" 18 18 derive_more = "0.99" 19 19 dirs = "4" 20 20 envy = "0.4"