summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-11-14 13:01:27 +0200
committerLars Wirzenius <liw@liw.fi>2022-11-14 13:01:27 +0200
commit1d28a7d8284949e1e1f9e2f13efe7b3a9b1cd4c4 (patch)
treee6664490316d6b476c7ea3f8c6c8749928ab3e4a /Cargo.toml
parent0a1d3a4e0bb78523c87610b8378e1f3b6e15df73 (diff)
downloadcachedir-rs-1d28a7d8284949e1e1f9e2f13efe7b3a9b1cd4c4.tar.gz
fix: subplot "authors" field, dependency bump
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 be2cbe2..a741640 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,10 @@ edition = "2018"
[dev-dependencies]
fehler = "1.0.0"
-subplotlib = "0.5.0"
+subplotlib = "0.6.0"
[build-dependencies]
-subplot-build = "0.5.0"
+subplot-build = "0.6.0"
[dependencies]
clap = { version = "4.0.0", features = ["derive"] }