From 2645966f856438c3b6264648bca5c1fcd45af47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:11:28 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b32df75..d9e7d4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,9 +424,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3c476e1a33eb4df1212a02db79d0f788bbd760901f34f5897644623e0e4e74" +checksum = "3a00ddef7b344800116b794a7cabfb2c60ef4f44db2f44b0f8f3f6dd2ea43866" dependencies = [ "clap", "entities", @@ -2401,7 +2401,6 @@ dependencies = [ "serde_derive", "serde_json", "walkdir", - "yaml-rust", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e69ee5e..b283aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ axum-macros = "0.2" axum-extra = "0.3" color-eyre = "0.6" chrono = "0.4" -comrak = "0.12.1" +comrak = "0.13.0" derive_more = "0.99" dirs = "4" envy = "0.4"