summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-23 19:51:08 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-23 19:51:08 +0200
commitfc5ed0bc0ac4a0bc5747697f27dda92e001aa726 (patch)
treee817cd8bd34ff4cfc89b3b764823687dc07cbe93 /Cargo.toml
parent2be2b28a7c108105f203e8aec87eb44d27563c60 (diff)
downloadcachedir-rs-fc5ed0bc0ac4a0bc5747697f27dda92e001aa726.tar.gz
chore: bump dependency on 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 c62b766..753102c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,10 @@ edition = "2018"
[dev-dependencies]
fehler = "1.0.0"
-subplotlib = "0.7.0"
+subplotlib = "0.9.0"
[build-dependencies]
-subplot-build = "0.7.0"
+subplot-build = "0.9.0"
[dependencies]
clap = { version = "4.0.0", features = ["derive"] }