From 162491629336fe60d81b21ffb5d2bdafcdb97928 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 01 Feb 2024 19:34:29 +0000 Subject: [PATCH] Bump comrak from 0.20.0 to 0.21.0 Bumps comrak from 0.20.0 to 0.21.0. --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa82650..e3c7228 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -545,9 +545,9 @@ [[package]] name = "comrak" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f18e72341e6cdc7489cffb76f993812a14a906db54dedb020044ccc211dcaae" +checksum = "6751998a48e2327773c95f6f8e03c6e77c0156ce539d74c17d2199ff3d05e197" dependencies = [ "clap", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 84987cd..696a5cc 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -16,7 +16,7 @@ bat = { version = "0.24.0", default-features = false, features = ["build-assets"] } bytes = "1.5" bincode = "1.3" -comrak = "0.20.0" +comrak = "0.21.0" clap = { version = "4.4.10", features = ["cargo", "derive"] } futures = "0.3" git2 = "0.18.0" -- rgit 0.1.3