diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-20 21:51:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-20 21:51:51 -0400 |
| commit | 585268e38116b07cdc1921b8e00add68e74bd980 (patch) | |
| tree | 6d2f5db0907ec067786bdd98ffce20fd2cf66b84 | |
| parent | 5f4db2e9c4e0866df3efa9f527c152d1d869c338 (diff) | |
| download | xesite-585268e38116b07cdc1921b8e00add68e74bd980.tar.xz xesite-585268e38116b07cdc1921b8e00add68e74bd980.zip | |
build(deps): bump comrak from 0.10.1 to 0.11.0 (#386)
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.10.1 to 0.11.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.10.1...0.11.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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -299,9 +299,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b423acba50d5016684beaf643f9991e622633a4c858be6885653071c2da2b0c6" +checksum = "17bac331cb476d0d005a492e07a5eb64f8b321e3788b1fb265e768fb6918ea13" dependencies = [ "clap", "entities", @@ -11,7 +11,7 @@ repository = "https://github.com/Xe/site" [dependencies] color-eyre = "0.5" chrono = "0.4" -comrak = "0.10" +comrak = "0.11" envy = "0.4" estimated_read_time = "1" futures = "0.3" |
