Skip to content

Commit

Permalink
fix(deps): update rust crate zip to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 20, 2022
1 parent 8692260 commit d39f148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ tar = "0.4"
tempfile = "3"
which = "4"
walkdir = "2"
zip = { version = "0.5", default-features = false }
zip = { version = "0.6", default-features = false }
sha2 = "0.10"

0 comments on commit d39f148

Please sign in to comment.