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.15.0 to 0.16.0 (#598)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.15.0 to 0.16.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.15.0...0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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
59d396fc 251efbde

+19 -3
+18 -2
Cargo.lock
··· 456 456 457 457 [[package]] 458 458 name = "comrak" 459 - version = "0.15.0" 459 + version = "0.16.0" 460 460 source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "c11e55664fcff7f4d37cc2adf3a1996913692f037312f4ab0909047fdd2bf962" 461 + checksum = "784836d0812dade01579cc0cc9b1684847044e716fd7aa6bffbc172e42199500" 462 462 dependencies = [ 463 463 "clap", 464 464 "entities", ··· 468 468 "pest_derive", 469 469 "regex", 470 470 "shell-words", 471 + "slug", 471 472 "syntect", 472 473 "typed-arena", 473 474 "unicode_categories", ··· 613 614 "rustc_version", 614 615 "syn", 615 616 ] 617 + 618 + [[package]] 619 + name = "deunicode" 620 + version = "0.4.3" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" 616 623 617 624 [[package]] 618 625 name = "dhall" ··· 2649 2656 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 2650 2657 dependencies = [ 2651 2658 "autocfg", 2659 + ] 2660 + 2661 + [[package]] 2662 + name = "slug" 2663 + version = "0.1.4" 2664 + source = "registry+https://github.com/rust-lang/crates.io-index" 2665 + checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" 2666 + dependencies = [ 2667 + "deunicode", 2652 2668 ] 2653 2669 2654 2670 [[package]]
+1 -1
lib/xesite_markdown/Cargo.toml
··· 7 7 8 8 [dependencies] 9 9 color-eyre = "0.6" 10 - comrak = "0.15.0" 10 + comrak = "0.16.0" 11 11 hex = "0.4" 12 12 lazy_static = "1.4" 13 13 lol_html = "0.3"