summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-23 19:56:11 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-23 19:56:11 +0200
commit2c9b04b9b5d53a658f361f29e18afde6e6fcf8e8 (patch)
tree02a04ca1b5f92f44703a710646bb8549e0520c4d
parent66ec1939d174dacbfb44c21b40ad261536382297 (diff)
downloadcachedir-rs-2c9b04b9b5d53a658f361f29e18afde6e6fcf8e8.tar.gz
chore: bump dependency on clap
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 753102c..90d0e28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,6 @@ subplotlib = "0.9.0"
subplot-build = "0.9.0"
[dependencies]
-clap = { version = "4.0.0", features = ["derive"] }
+clap = { version = "4.4.11", features = ["derive"] }
thiserror = "1.0.37"
walkdir = "2.3.2"