🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 19:34:29.0 +00:00:00
committer GitHub <noreply@github.com> 2024-02-01 19:34:29.0 +00:00:00
commit
162491629336fe60d81b21ffb5d2bdafcdb97928 [patch]
tree
414ad7da245f48b456878a462e585d4b059e58a0
parent
460d60799d37e04686c3d0199dd9fc02ff0c9c7a
download
162491629336fe60d81b21ffb5d2bdafcdb97928.tar.gz

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] <support@github.com>

Diff

 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"