aboutsummaryrefslogtreecommitdiff
path: root/bv1/app/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bv1/app/Cargo.toml')
-rw-r--r--bv1/app/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bv1/app/Cargo.toml b/bv1/app/Cargo.toml
index e433e4f..2fd826d 100644
--- a/bv1/app/Cargo.toml
+++ b/bv1/app/Cargo.toml
@@ -5,5 +5,5 @@ edition = "2021"
default-run = "main"
[dependencies]
-clap = { version = "4.1.8", features = ["derive"] }
+clap = { version = "4.4.2", features = ["derive"] }
bv1 = { path = "../codec" }