summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f92befc..3f2858f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,8 +68,8 @@ dependencies = [
[[package]]
name = "markdown"
-version = "3.3.0"
-source = "git+git://benbridle.com/markdown?tag=v3.3.0#df45ffb3affb7cb1d53b567b70fef721353ccffe"
+version = "3.3.1"
+source = "git+git://benbridle.com/markdown?tag=v3.3.1#2bff486208df17cae8498f602f81c6e2024a1a11"
[[package]]
name = "memchr"
diff --git a/Cargo.toml b/Cargo.toml
index 048b7dc..a94aa66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" }
-markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.0" }
+markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.1" }
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 = "v1.0.0" }