summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2021-06-11 13:50:56 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2021-06-11 13:50:56 +0200
commit5df19990a1322ff572fc964180b5fc2afd8cfcf1 (patch)
tree7e3115c147aa380718ba1cdb95f242ff23d0eba1 /Cargo.toml
parenta9033ba1ec591a87d5e712ddef595dd2b039f0aa (diff)
Bump to mdbook v0.4.10 and prepare release
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 da44118..39bd386 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-mermaid"
edition = "2018"
[dependencies]
-mdbook = "0.4.9"
+mdbook = "0.4.10"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"