summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2021-06-11 13:51:24 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2021-06-11 13:51:24 +0200
commit464199928d3617e20201e585e8ce2c086b1a81df (patch)
tree6c91965bda6e0890c9b31313c9aa5d04f902c03f /Cargo.toml
parent3c982fbf0801a35985e0720af88287f2fcde34b0 (diff)
Bump mdbook dependency to v0.4.10
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 6323c6a..94ca148 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/badboy/mdbook-toc"
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"