summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-14 19:53:40 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-14 19:53:40 +0300
commit385ab31c166435b97cc2991943cb92f4c748ac23 (patch)
tree370167d7b6bfb47b4bc9eadc6daca0812d835819 /Cargo.toml
parent1136cf19a6adee55bfec9603e5d33e904bdff127 (diff)
downloadcachedir-rs-385ab31c166435b97cc2991943cb92f4c748ac23.tar.gz
chore: bump dependency on Subplot
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 a741640..c62b766 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,10 @@ edition = "2018"
[dev-dependencies]
fehler = "1.0.0"
-subplotlib = "0.6.0"
+subplotlib = "0.7.0"
[build-dependencies]
-subplot-build = "0.6.0"
+subplot-build = "0.7.0"
[dependencies]
clap = { version = "4.0.0", features = ["derive"] }