From da8d9006b0bb7337724a74ab3a6ea935bf3fd6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 05:19:36 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.54.0 to 0.55.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.54.0 to 0.55.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md) - [Commits](https://github.com/kivikakk/comrak/compare/v0.54.0...v0.55.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/easydoc-markdown/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5ebe20..355d4c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "comrak" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d5910408554659ed848ff469e67ec83b30f179e72cec286cfdae64d1616f466" +checksum = "daa3d1ea6b01ce72405fa3f826768f51c7a44917527c89b37856ffdd17ee57e4" dependencies = [ "bon", "caseless", diff --git a/crates/easydoc-markdown/Cargo.toml b/crates/easydoc-markdown/Cargo.toml index bcfc96c..b55cd4f 100644 --- a/crates/easydoc-markdown/Cargo.toml +++ b/crates/easydoc-markdown/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true repository.workspace = true [dependencies] -comrak = "0.54" +comrak = "0.55" easydoc-core = { path = "../easydoc-core", version = "0.1.0-alpha.2" } easydoc-math = { path = "../easydoc-math", version = "0.1.0-alpha.2" } easydoc-ooxml = { path = "../easydoc-ooxml", version = "0.1.0-alpha.2" }