aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-05-29 08:16:35 +0000
committerGitHub <noreply@github.com>2024-05-29 08:16:35 +0000
commit9862597df33b29c2736e3667d5bcec96172aee46 (patch)
tree58faa9bb9aaca2178978a548a0ffea9cbfbff1d3
parentMerge pull request #1418 from svenstaro/dependabot/cargo/fast_qr-0.12.5 (diff)
parentBump zip from 1.2.2 to 2.1.1 (diff)
downloadminiserve-9862597df33b29c2736e3667d5bcec96172aee46.tar.gz
miniserve-9862597df33b29c2736e3667d5bcec96172aee46.zip
Merge pull request #1427 from svenstaro/dependabot/cargo/zip-2.1.1
Bump zip from 1.2.2 to 2.1.1
-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"]