summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2022-07-22 15:41:10 +0200
committerGitHub <noreply@github.com>2022-07-22 15:41:10 +0200
commit8fa35179dfc8ded124c3295b913a468ffb4f6588 (patch)
treed0fcf311039c6dd909b66e60f4c6964f7b516968
parent7e62504db494d9a2523c3001b2ad6d5fa84ce548 (diff)
parentef72a0bdd2a7f219f101263eb9df3e7fc032ce39 (diff)
Merge pull request #1281 from thin-edge/dependabot/cargo/zip-0.6.2
Bump zip from 0.5.13 to 0.6.2
-rw-r--r--Cargo.lock6
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3a8dd6d..7d7fce58 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3847,12 +3847,12 @@ checksum = "20b578acffd8516a6c3f2a1bdefc1ec37e547bb4e0fb8b6b01a4cafc886b4442"
[[package]]
name = "zip"
-version = "0.5.13"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
+checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
dependencies = [
"byteorder",
"crc32fast",
+ "crossbeam-utils",
"flate2",
- "thiserror",
]
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index 16014c94..e67de214 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, features = ["deflate"] }
+zip = { version = "0.6", default-features = false, features = ["deflate"] }
roxmltree = "0.14"
[dev-dependencies]