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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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