aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-29 04:46:23 +0000
committerGitHub <noreply@github.com>2024-05-29 04:46:23 +0000
commitb3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9 (patch)
tree58faa9bb9aaca2178978a548a0ffea9cbfbff1d3
parentMerge pull request #1418 from svenstaro/dependabot/cargo/fast_qr-0.12.5 (diff)
downloadminiserve-b3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9.tar.gz
miniserve-b3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9.zip
Bump zip from 1.2.2 to 2.1.1
Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.2 to 2.1.1. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v1.2.2...v2.1.1) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1222259..bafdac1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3345,15 +3345,16 @@ dependencies = [
[[package]]
name = "zip"
-version = "1.2.2"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed14a57c18714abaa03196c0714ed36bab969d7457f72d12fb5c2e1ced4c24ae"
+checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c"
dependencies = [
"arbitrary",
"crc32fast",
"crossbeam-utils",
"displaydoc",
"indexmap",
+ "memchr",
"thiserror",
]
diff --git a/Cargo.toml b/Cargo.toml
index fe16890..ad1dba7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ strum = { version = "0.26", features = ["derive"] }
tar = "0.4"
thiserror = "1"
tokio = { version = "1.35.1", features = ["fs"] }
-zip = { version = "1", default-features = false }
+zip = { version = "2", default-features = false }
[features]
default = ["tls"]