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.11.0 to 0.12.0 (#391)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.11.0 to 0.12.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.11.0...0.12.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
df32d327 698d4cb3

+106 -3
+105 -2
Cargo.lock
··· 118 118 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 119 119 120 120 [[package]] 121 + name = "bincode" 122 + version = "1.3.3" 123 + source = "registry+https://github.com/rust-lang/crates.io-index" 124 + checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 125 + dependencies = [ 126 + "serde", 127 + ] 128 + 129 + [[package]] 121 130 name = "bitflags" 122 131 version = "1.2.1" 123 132 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 299 308 300 309 [[package]] 301 310 name = "comrak" 302 - version = "0.11.0" 311 + version = "0.12.0" 303 312 source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "17bac331cb476d0d005a492e07a5eb64f8b321e3788b1fb265e768fb6918ea13" 313 + checksum = "e555945b4dd9dbe376aeec3c701ba248a95b5479124d16fef575cb3483fae062" 305 314 dependencies = [ 306 315 "clap", 307 316 "entities", ··· 310 319 "pest_derive", 311 320 "regex", 312 321 "shell-words", 322 + "syntect", 313 323 "twoway 0.2.1", 314 324 "typed-arena", 315 325 "unicode_categories", ··· 957 967 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 958 968 959 969 [[package]] 970 + name = "lazycell" 971 + version = "1.3.0" 972 + source = "registry+https://github.com/rust-lang/crates.io-index" 973 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 974 + 975 + [[package]] 960 976 name = "lexical-core" 961 977 version = "0.7.5" 962 978 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 976 992 checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213" 977 993 978 994 [[package]] 995 + name = "line-wrap" 996 + version = "0.1.1" 997 + source = "registry+https://github.com/rust-lang/crates.io-index" 998 + checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 999 + dependencies = [ 1000 + "safemem", 1001 + ] 1002 + 1003 + [[package]] 979 1004 name = "linked-hash-map" 980 1005 version = "0.5.4" 981 1006 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1209 1234 checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" 1210 1235 1211 1236 [[package]] 1237 + name = "onig" 1238 + version = "6.2.0" 1239 + source = "registry+https://github.com/rust-lang/crates.io-index" 1240 + checksum = "b16fd3c0e73b516af509c13c4ba76ec0c987ce20d78b38cff356b8d01fc6a6c0" 1241 + dependencies = [ 1242 + "bitflags", 1243 + "lazy_static", 1244 + "libc", 1245 + "onig_sys", 1246 + ] 1247 + 1248 + [[package]] 1249 + name = "onig_sys" 1250 + version = "69.7.0" 1251 + source = "registry+https://github.com/rust-lang/crates.io-index" 1252 + checksum = "9fd9442a09e4fbd08d196ddf419b2c79a43c3a46c800320cc841d45c2449a240" 1253 + dependencies = [ 1254 + "cc", 1255 + "pkg-config", 1256 + ] 1257 + 1258 + [[package]] 1212 1259 name = "opaque-debug" 1213 1260 version = "0.2.3" 1214 1261 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1424 1471 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 1425 1472 1426 1473 [[package]] 1474 + name = "plist" 1475 + version = "1.2.1" 1476 + source = "registry+https://github.com/rust-lang/crates.io-index" 1477 + checksum = "a38d026d73eeaf2ade76309d0c65db5a35ecf649e3cec428db316243ea9d6711" 1478 + dependencies = [ 1479 + "base64", 1480 + "chrono", 1481 + "indexmap", 1482 + "line-wrap", 1483 + "serde", 1484 + "xml-rs", 1485 + ] 1486 + 1487 + [[package]] 1427 1488 name = "ppv-lite86" 1428 1489 version = "0.2.10" 1429 1490 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1715 1776 checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 1716 1777 1717 1778 [[package]] 1779 + name = "same-file" 1780 + version = "1.0.6" 1781 + source = "registry+https://github.com/rust-lang/crates.io-index" 1782 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1783 + dependencies = [ 1784 + "winapi-util", 1785 + ] 1786 + 1787 + [[package]] 1718 1788 name = "schannel" 1719 1789 version = "0.1.19" 1720 1790 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1980 2050 ] 1981 2051 1982 2052 [[package]] 2053 + name = "syntect" 2054 + version = "4.6.0" 2055 + source = "registry+https://github.com/rust-lang/crates.io-index" 2056 + checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031" 2057 + dependencies = [ 2058 + "bincode", 2059 + "bitflags", 2060 + "flate2", 2061 + "fnv", 2062 + "lazy_static", 2063 + "lazycell", 2064 + "onig", 2065 + "plist", 2066 + "regex-syntax", 2067 + "serde", 2068 + "serde_derive", 2069 + "serde_json", 2070 + "walkdir", 2071 + "yaml-rust", 2072 + ] 2073 + 2074 + [[package]] 1983 2075 name = "tap" 1984 2076 version = "1.0.1" 1985 2077 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2410 2502 version = "0.9.2" 2411 2503 source = "registry+https://github.com/rust-lang/crates.io-index" 2412 2504 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 2505 + 2506 + [[package]] 2507 + name = "walkdir" 2508 + version = "2.3.2" 2509 + source = "registry+https://github.com/rust-lang/crates.io-index" 2510 + checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 2511 + dependencies = [ 2512 + "same-file", 2513 + "winapi", 2514 + "winapi-util", 2515 + ] 2413 2516 2414 2517 [[package]] 2415 2518 name = "want"
+1 -1
Cargo.toml
··· 11 11 [dependencies] 12 12 color-eyre = "0.5" 13 13 chrono = "0.4" 14 - comrak = "0.11" 14 + comrak = "0.12" 15 15 envy = "0.4" 16 16 estimated_read_time = "1" 17 17 futures = "0.3"