summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-22 07:55:58 +0000
committerGitHub <noreply@github.com>2022-07-22 07:55:58 +0000
commitef72a0bdd2a7f219f101263eb9df3e7fc032ce39 (patch)
treef389d0aa1e0f28aa58dc8d2bf6c42ffd3341d576
parentcf00c1d358f2c9ba67ca5af46fd82fb9f2cf37a6 (diff)
Bump zip from 0.5.13 to 0.6.2
Bumps [zip](https://github.com/zip-rs/zip) from 0.5.13 to 0.6.2. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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]