From ef43f9e78d38f8d3713e8c4f11c1bf361c8ad1e0 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 16 Sep 2023 21:29:40 +0100 Subject: fix dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d9e4f5c..4995577 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 = { git = "https://bunny.garden/forks/markdown-rs.git" } +markdown = "1.0.0-alpha.13" async-trait = "0.1.68" toml = "0.7.4" tokio-stream = { version = "0.1.14", features = ["fs"] } -- cgit