aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-08-05 23:35:08 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-08-05 23:35:08 +0100
commit8e55a2db52f5848ea3f61fac81ed4798948ba93c (patch)
tree975464589d7a4b61d892194d3245a0174f61a056 /Cargo.toml
parent0a1a4b3778264bc9df6bdc0a0a1ddb4cc2c6a110 (diff)
downloadblossom-8e55a2db52f5848ea3f61fac81ed4798948ba93c.tar.gz
blossom-8e55a2db52f5848ea3f61fac81ed4798948ba93c.tar.bz2
blossom-8e55a2db52f5848ea3f61fac81ed4798948ba93c.zip
update crates
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 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"] }