aboutsummaryrefslogtreecommitdiff
path: root/bv1/app
diff options
context:
space:
mode:
Diffstat (limited to 'bv1/app')
-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 2fd826d..89d4543 100644
--- a/bv1/app/Cargo.toml
+++ b/bv1/app/Cargo.toml
@@ -5,5 +5,5 @@ edition = "2021"
default-run = "main"
[dependencies]
-clap = { version = "4.4.2", features = ["derive"] }
+clap = { version = "4.5.4", features = ["derive"] }
bv1 = { path = "../codec" }