summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tedge_apama_plugin/Cargo.toml')
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index 6a4a2bc0..0bd2c457 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -13,7 +13,7 @@ assets = [
]
[dependencies]
-structopt = "0.3"
+clap = { version = "3", features = ["derive"] }
thiserror = "1.0"
zip = "0.5"
roxmltree = "0.14"