🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2024-02-03 15:21:18.0 +00:00:00
committer GitHub <noreply@github.com> 2024-02-03 15:21:18.0 +00:00:00
commit
26f9413a4355cadfb2f1bafa8823d4f9a249664f [patch]
tree
1fb37e54712bef3bf45e38281445990ab58fa490
parent
805812a746c851fb0312105962a0ae68aabb47a7
parent
162491629336fe60d81b21ffb5d2bdafcdb97928
download
26f9413a4355cadfb2f1bafa8823d4f9a249664f.tar.gz

Merge pull request #55 from w4/dependabot/cargo/comrak-0.21.0

Bump comrak from 0.20.0 to 0.21.0

Diff

 Cargo.lock | 4 +++-
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 7387acf..76a26ac 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 c6a64d8..c227686 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"