diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-25 20:10:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 20:10:57 -0500 |
| commit | 59d396fcbd1c736877cdd7ad3b677bf1d81d7b72 (patch) | |
| tree | 97743dfe9f3deb025f798192ef14592b38101d2e | |
| parent | 251efbde4a312a673ab9f9a4f5bd891e8760211b (diff) | |
| download | xesite-59d396fcbd1c736877cdd7ad3b677bf1d81d7b72.tar.xz xesite-59d396fcbd1c736877cdd7ad3b677bf1d81d7b72.zip | |
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>
| -rw-r--r-- | Cargo.lock | 20 | ||||
| -rw-r--r-- | lib/xesite_markdown/Cargo.toml | 2 |
2 files changed, 19 insertions, 3 deletions
@@ -456,9 +456,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c11e55664fcff7f4d37cc2adf3a1996913692f037312f4ab0909047fdd2bf962" +checksum = "784836d0812dade01579cc0cc9b1684847044e716fd7aa6bffbc172e42199500" dependencies = [ "clap", "entities", @@ -468,6 +468,7 @@ dependencies = [ "pest_derive", "regex", "shell-words", + "slug", "syntect", "typed-arena", "unicode_categories", @@ -615,6 +616,12 @@ dependencies = [ ] [[package]] +name = "deunicode" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" + +[[package]] name = "dhall" version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2652,6 +2659,15 @@ dependencies = [ ] [[package]] +name = "slug" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" +dependencies = [ + "deunicode", +] + +[[package]] name = "smallvec" version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml index 0494f16..87ba1d7 100644 --- a/lib/xesite_markdown/Cargo.toml +++ b/lib/xesite_markdown/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] color-eyre = "0.6" -comrak = "0.15.0" +comrak = "0.16.0" hex = "0.4" lazy_static = "1.4" lol_html = "0.3" |
