summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-10 07:36:29 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-10 07:36:29 +0200
commit1a7e26dd9a083561e848ae9196a28bc568118780 (patch)
treec34f75bde86d22ec33e5be5eaf146919ad950230 /Cargo.toml
parent92ed3266d1a4d97c49cbffb1cfb9c9a62f48c7bc (diff)
downloadpandoc-filter-diagram-1a7e26dd9a083561e848ae9196a28bc568118780.tar.gz
chore: update to use current Subplot
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
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 4c8f5ff..eec0a4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,8 +28,8 @@ serde_json = "1.0.72"
thiserror = "1.0.30"
[build-dependencies]
-subplot-build = "0.1.0"
+subplot-build = "0.9.0"
[dev-dependencies]
-subplotlib = "0.1.0"
+subplotlib = "0.9.0"
fehler = "1.0.0"