summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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"