Skip to content

Commit

Permalink
Merge pull request #5 from Traverse-Research/dependabot/cargo/zip-0.6.0
Browse files Browse the repository at this point in the history
Bump zip from 0.5.13 to 0.6.0
  • Loading branch information
MarijnS95 committed Jun 27, 2022
2 parents e0b156b + 197a9b0 commit aba232f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "src/main.rs"
[dependencies]
ureq = "2.4"
roxmltree = "0.14"
zip = "0.5"
zip = "0.6"
rayon = "1.5"
pico-args = "0.5"
anyhow = "1"
Expand Down

0 comments on commit aba232f

Please sign in to comment.