summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-05-26 22:54:02 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2022-05-26 22:56:12 +0200
commit2446499a7ebd4a880860477514fc3c071617c442 (patch)
tree3c5dda95d90e86a6fb8aac86287f7d7411d6ceaa /Cargo.toml
parent681231131766b04f8c5c7ff271e48b3f533a6330 (diff)
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11d778b..db8afc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,9 @@ mdbook = "0.4.10"
pulldown-cmark = "0.9.0"
env_logger = "0.9.0"
log = "0.4.11"
-clap = "2.33.3"
+clap = "3.1.18"
serde_json = "1.0.57"
-toml_edit = "0.13.0"
+toml_edit = "0.14.4"
[dev-dependencies]
assert_cmd = "2.0.0"