summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-25 19:59:52 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-25 19:59:52 +0300
commit35872f28915a6d46f021a819659c3bdadf0504df (patch)
treee704172968c1767a132483c2ffdff5df4a88844b /Cargo.toml
parent3b9b50bf7783f2d1f8bf0b3dd720f38db21b6ef6 (diff)
downloadsubplot-35872f28915a6d46f021a819659c3bdadf0504df.tar.gz
chore: bump dependency on roadmap crate
roadmap 0.5.0 drops the binary it used to create. This means we also don't need an old version of clap and various other stuff. Sponsored-by: author
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 e85472c..4ea3921 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ log = "0.4.16"
pikchr = "0.1"
pulldown-cmark = "0.9.0"
regex = "1"
-roadmap = "0.4.5"
+roadmap = "0.5.0"
serde = { version = "1.0.101", features = ["derive"] }
serde-aux = { version = "4.0", default-features = false }
serde_json = "1.0"