Skip to content

Commit

Permalink
chore: update zip dependency
Browse files Browse the repository at this point in the history
The previous version of the `zip` package has an outdated
transitive Rust Crypto dependency that conflicts with newer
Rust Crytpo crates.

The master branch of the `zip` package already contains the new
Rust Crytpo dependencies, but it's [waiting](
zip-rs/zip-old#232 (comment))
for a release for three months now so I've specified the latest
commit in the master branch as the `zip` version.
  • Loading branch information
agostbiro committed Sep 5, 2022
1 parent 1ae4afc commit 53c3435
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tracing = "0.1.30"
url = { version = "2.2.2", default-features = false }

[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies]
zip = "0.6.2"
zip = { git = "https://github.com/zip-rs/zip", rev = "bb230ef56adc13436d1fcdfaa489249d119c498f" }

[build-dependencies]
home = { version = "0.5.3", default-features = false }
Expand Down

0 comments on commit 53c3435

Please sign in to comment.