summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-11-18 08:31:34 +0000
committerLars Wirzenius <liw@liw.fi>2022-11-18 08:31:34 +0000
commit679026db532529c310e5b1a4799a957939320698 (patch)
treeb224245dee1d4905d97908b964f43d09fa807f68 /Cargo.toml
parent0f2b461c6290447f6815d11fd709294deb38f101 (diff)
parenta863158237561098d8855fb1e2cc7e6f05aaaa95 (diff)
downloadobnam2-679026db532529c310e5b1a4799a957939320698.tar.gz
Merge branch 'liw/clap4' into 'main'
chore: update dependencies, including clap to v4 See merge request obnam/obnam!245
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 397e2eb..a26fcb6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ anyhow = "1"
blake2 = "0.10.4"
bytesize = "1"
chrono = "0.4"
-clap = { version = "3", features = ["derive"] }
+clap = { version = "4", features = ["derive"] }
directories-next = "2"
futures = "0.3.15"
indicatif = "0.16"