summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-06 09:11:25 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-06 09:11:25 +0300
commitd2d0633dd18d838ba58ee187f9364d991172910b (patch)
tree6368cddb3357641d020593411757ef73f380d93c /Cargo.toml
parentbd46378ac4b20701bb9b105c1227074c2e1bf0e0 (diff)
downloadcachedir-rs-d2d0633dd18d838ba58ee187f9364d991172910b.tar.gz
chore: update dependencies to be current
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3db4efd..be2cbe2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,12 +7,12 @@ edition = "2018"
[dev-dependencies]
fehler = "1.0.0"
-subplotlib = "0.4.1"
+subplotlib = "0.5.0"
[build-dependencies]
-subplot-build = "0.4.0"
+subplot-build = "0.5.0"
[dependencies]
-clap = { version = "3.1.6", features = ["derive"] }
+clap = { version = "4.0.0", features = ["derive"] }
thiserror = "1.0.37"
walkdir = "2.3.2"