From 0e0c446579cfee9b5230daecf0094b87fa237297 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 6 May 2024 22:19:35 -0400 Subject: [PATCH] Update comrak to include: https://github.com/philomena-dev/comrak/pull/1 https://github.com/philomena-dev/comrak/pull/2 by @Meow --- native/philomena/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/philomena/Cargo.lock b/native/philomena/Cargo.lock index 2612ec9c..1c6c6b60 100644 --- a/native/philomena/Cargo.lock +++ b/native/philomena/Cargo.lock @@ -43,8 +43,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "comrak" -version = "0.22.0" -source = "git+https://github.com/philomena-dev/comrak?branch=main#a27d6b6487d94e040e5cdb70733d3a59cba5bab0" +version = "0.23.0" +source = "git+https://github.com/philomena-dev/comrak?branch=main#4c7cd1a1aa2db546ff253b69950d01e8f8aebd3a" dependencies = [ "derive_builder", "entities",