From 8e55a2db52f5848ea3f61fac81ed4798948ba93c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 5 Aug 2023 23:35:08 +0100 Subject: update crates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bde040a..d9e4f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4.23" serde_json = "1.0.97" time = "0.3.22" chrono-humanize = "0.2.2" -markdown = "1.0.0-alpha.10" +markdown = { git = "https://bunny.garden/forks/markdown-rs.git" } async-trait = "0.1.68" toml = "0.7.4" tokio-stream = { version = "0.1.14", features = ["fs"] } -- cgit