summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2021-01-06 16:24:58 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2021-01-06 16:24:58 +0100
commit9c8ad8121e71a636aad9eae92d59f1f1314ebcfd (patch)
treeecc78d19a8078080a3b3ae397add1f4b3bd45674 /Cargo.toml
parent51043a50b937c1ea637dc773cce154556bccef0b (diff)
Depend on the tested mdbook version
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 d5b28a1..9b819b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-mermaid"
edition = "2018"
[dependencies]
-mdbook = "0.4.3"
+mdbook = "0.4.5"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"