summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2026-09-07 14:10:47 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2026-09-07 14:10:47 +1200
commit08a0b9ee5ab9ebb7d45592356d869cfd2bc7dee2 (patch)
treefe8df7aa9abe0801ee34da8c2a161d407839db53 /Cargo.toml
parent777d31d1001645870437cc37c8463e164caba71e (diff)
downloadtoaster-08a0b9ee5ab9ebb7d45592356d869cfd2bc7dee2.zip
Update markdown dependency
This was a minor version bump that fixes an issue with using a dollar sign inside a table cell.
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 dc80624..002c678 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.2" }
-markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.2" }
+markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.3" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
log = { git = "git://benbridle.com/log", tag = "v2.0.0" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }