aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-09-16 21:29:40 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-09-16 21:29:40 +0100
commitef43f9e78d38f8d3713e8c4f11c1bf361c8ad1e0 (patch)
tree5587320330fc15370980cad7b864b002fd7e6d6f /Cargo.toml
parent9a190be87565ffcf30e5c1660ee28d7f6cc65439 (diff)
downloadblossom-ef43f9e78d38f8d3713e8c4f11c1bf361c8ad1e0.tar.gz
blossom-ef43f9e78d38f8d3713e8c4f11c1bf361c8ad1e0.tar.bz2
blossom-ef43f9e78d38f8d3713e8c4f11c1bf361c8ad1e0.zip
fix dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }