summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-02 20:08:55 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-02 20:10:58 +0100
commit262e6e3c813fe539e44790143f89ffe715dfa0fe (patch)
treed08856ae3c820e2a337eb1e3fd2cc28b55f8af12 /Cargo.toml
parent5d70446cb9fe94c91a7abb035a5157cddc13b698 (diff)
Update clap
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 f22bf83..1d2638d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ anyhow = "1"
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
cid = "0.7"
-clap-v3 = "3.0.0-beta.1"
+clap = "3.0.0-beta.5"
daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" }
env_logger = "0.8"
futures = "0.3"