From 08a0b9ee5ab9ebb7d45592356d869cfd2bc7dee2 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 7 Sep 2026 14:10:47 +1200 Subject: Update markdown dependency This was a minor version bump that fixes an issue with using a dollar sign inside a table cell. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 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" } -- cgit v1.3.1