Skip to content

Commit 03a5389

Browse files
committed
chore: Update zip to 2.1.3
1 parent 5d66503 commit 03a5389

File tree

3 files changed

+185
-41
lines changed

3 files changed

+185
-41
lines changed

Cargo.lock

Lines changed: 183 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hex = "0.4"
1919
is_executable = "0.1"
2020
siphasher = "0.3"
2121
tar = "0.4"
22-
zip = "0.6"
22+
zip = "2.1.3"
2323

2424
[dev-dependencies]
2525
tempfile = "3.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ impl Cache {
286286
None => continue,
287287
};
288288

289-
let dest = match self.extract_binary(entry_path, dst, &mut binaries) {
289+
let dest = match self.extract_binary(&entry_path, dst, &mut binaries) {
290290
Some(dest) => dest,
291291
_ => continue,
292292
};

0 commit comments

Comments
 (0)