summaryrefslogtreecommitdiff
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
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.
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 515e5c8..284c1c3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -176,8 +176,8 @@ dependencies = [
[[package]]
name = "markdown"
-version = "3.3.2"
-source = "git+git://benbridle.com/markdown?tag=v3.3.2#e8d8a1146de5e297dda3dd6264a02f9d6938c3e1"
+version = "3.3.3"
+source = "git+git://benbridle.com/markdown?tag=v3.3.3#fd7ffb99a859ef9aeb58a47a9ddcfd1ef7e56df1"
[[package]]
name = "memchr"
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" }