summaryrefslogtreecommitdiff
path: root/rust/examples/decompile
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/decompile')
-rw-r--r--rust/examples/decompile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/decompile/Cargo.toml b/rust/examples/decompile/Cargo.toml
index 09c510f6..63d61c26 100644
--- a/rust/examples/decompile/Cargo.toml
+++ b/rust/examples/decompile/Cargo.toml
@@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
binaryninja = {path="../../"}
-clap = { version = "4.4", features = ["derive"] }
+clap = { version = "4.5", features = ["derive"] }