From c1ef5fcdc89ab39b8d5e95b719d59275f9bc8e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 20:47:00 +0000 Subject: [PATCH] chore(deps): bump comrak from 0.39.0 to 0.43.0 in /backend Bumps [comrak](https://github.com/kivikakk/comrak) from 0.39.0 to 0.43.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.39.0...v0.43.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 11 +++++++++-- backend/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7555a36d..abedb4b4 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1315,14 +1315,15 @@ dependencies = [ [[package]] name = "comrak" -version = "0.39.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449" +checksum = "07fcaf1ac457de7574ce514fd9a68e86e8196165529f48a544ec90cbea840e04" dependencies = [ "bon", "caseless", "clap", "entities", + "fmt2io", "memchr", "shell-words", "slug", @@ -2456,6 +2457,12 @@ dependencies = [ "spin", ] +[[package]] +name = "fmt2io" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8" + [[package]] name = "fnv" version = "1.0.7" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5b08f9cc..c8a61461 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -30,7 +30,7 @@ time = "0.3.36" uuid = "1.7.0" syntect = "5.2.0" tokio = "1.39.3" -comrak = "0.39.0" +comrak = "0.44.0" portable-pty = "0.8.1" vt100 = "0.15.2" bytes = "1.7.1"