summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-01-25 21:11:51 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2022-01-25 21:30:40 +0100
commit87b54eeeefac6dda1a0fb1fc166cec70339eac7b (patch)
tree21390f2f19438e7396443adfb99ac36a20e6f0da /Cargo.toml
parentd2e56112c41b6e6c3167b2b35b616b91ac0afe3b (diff)
Dependency updates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72a272f..22bbeea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,15 +10,15 @@ edition = "2018"
[dependencies]
mdbook = "0.4.10"
-pulldown-cmark = "0.7.0"
-pulldown-cmark-to-cmark = "4.0.2"
-env_logger = "0.7.1"
+pulldown-cmark = "0.9.0"
+env_logger = "0.9.0"
log = "0.4.11"
clap = "2.33.3"
serde_json = "1.0.57"
-toml_edit = "0.2.0"
+toml_edit = "0.13.0"
+pulldown-cmark-to-cmark = "9.0.0"
[dev-dependencies]
-assert_cmd = "1.0.3"
-pretty_assertions = "0.7.1"
-tempfile = "3.2.0"
+assert_cmd = "2.0.0"
+pretty_assertions = "1.0.0"
+tempfile = "3.3.0"