summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-09-30 11:47:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-09-30 11:47:42 +0200
commit9103d46475d787fcd2b0a03340ec97e0d25fc75f (patch)
treeed70bba1e47ce81b5a64791b6a7ba14caf801416 /Cargo.toml
parenta7894772e9761fc6393daca0faf8f404ddfd4088 (diff)
Update dep: mdbook: 0.4.10 -> 0.4.21
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 e86fbee..6128fef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
rust-version = "1.58"
[dependencies]
-mdbook = "0.4.10"
+mdbook = "0.4.21"
pulldown-cmark = "0.9.1"
log = "0.4.11"
clap = "3.1.18"