Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Build(deps): Bump zip from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/mvdnes/zip-rs) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/mvdnes/zip-rs/releases)
- [Commits](https://github.com/mvdnes/zip-rs/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Dec 1, 2018
1 parent 9642ecf commit f10fd51
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
47 changes: 31 additions & 16 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 @@ -33,7 +33,7 @@ exitcode = "1.1"
clap = "2.32"
structopt = "0.2"

zip = { version = "0.4", default-features = false, features = ["deflate"], optional = true }
zip = { version = "0.5", default-features = false, features = ["deflate"], optional = true }
tar = { version = "0.4", optional = true }
flate2 = { version = "1.0", default-features = false, features = ["rust_backend"], optional = true }

Expand Down

0 comments on commit f10fd51

Please sign in to comment.