summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Chin <achin@eminence32.net>2021-06-05 02:55:16 -0400
committerAndrew Chin <achin@eminence32.net>2021-06-05 02:55:16 -0400
commit4f33cfa917832b21477e858380cdff2ace61baf3 (patch)
treef8b8dfcf09ee696a76299286fee49dfc531aed63 /Cargo.toml
parent73407a84bf77b94283b6dda9a4a7586ffa4be48a (diff)
Bump mdbook dependency to latest v0.4.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc46bb3..c93f034 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-mermaid"
edition = "2018"
[dependencies]
-mdbook = "0.4.5"
+mdbook = "0.4.9"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"