🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-06-01 19:55:16.0 +00:00:00
committer GitHub <noreply@github.com> 2025-06-01 19:55:16.0 +00:00:00
commit
0de251630e4bf8f03e5ea4f9c52422bc0974be6a [patch]
tree
5e0438a11bf1dbe23d5e1ad77754dde34708b1cc
parent
9224aa1a006acb6af6da8cfbee82278612bd05d0
download
dependabot/cargo/comrak-0.39.0.tar.gz

Bump comrak from 0.38.0 to 0.39.0

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.38.0 to 0.39.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/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-version: 0.39.0
  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 4075fae..74af35f 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -411,9 +411,9 @@

[[package]]
name = "comrak"
version = "0.38.0"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f690706b5db081dccea6206d7f6d594bb9895599abea9d1a0539f13888781ae8"
checksum = "d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449"
dependencies = [
 "caseless",
 "entities",
diff --git a/Cargo.toml b/Cargo.toml
index 08a9f62..41fa4dc 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -33,7 +33,7 @@
  "help",
  "usage",
] }
comrak = { version = "0.38.0", default-features = false }
comrak = { version = "0.39.0", default-features = false }
const-hex = "1.14"
const_format = "0.2"
flate2 = "1.0"