summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-03-15 20:35:40 +0100
committerRina Fujino <18257209+rina23q@users.noreply.github.com>2022-03-15 20:35:40 +0100
commit25eab54be1c8e35a7577677810a50b60fe6eee04 (patch)
tree4225a720b19fb145fbd01aad303fb38486a61db2 /plugins/tedge_apama_plugin
parentd7aefed3626a62d2d54b9e5fd291e5f43a49e9d1 (diff)
Enable "deflate" feature of zip crate
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'plugins/tedge_apama_plugin')
-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 9e7497b8..dbc73a0f 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -15,7 +15,7 @@ assets = [
[dependencies]
clap = { version = "3", features = ["derive"] }
thiserror = "1.0"
-zip = { version = "0.5", default-features = false }
+zip = { version = "0.5", features = ["deflate"]}
roxmltree = "0.14"
[dev-dependencies]