Skip to content

Commit

Permalink
Bump zip from 0.5.12 to 0.5.13 (use-ink#290)
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip) from 0.5.12 to 0.5.13.
- [Release notes](https://github.com/zip-rs/zip/releases)
- [Commits](https://github.com/zip-rs/zip/commits)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2021
1 parent 4f972e5 commit 88c26c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1.0.40"
structopt = "0.3.21"
log = "0.4.14"
heck = "0.3.3"
zip = { version = "0.5.12", default-features = false }
zip = { version = "0.5.13", default-features = false }
pwasm-utils = "0.18.0"
parity-wasm = "0.42.2"
cargo_metadata = "0.13.1"
Expand Down Expand Up @@ -55,7 +55,7 @@ funty = "=1.1.0"

[build-dependencies]
anyhow = "1.0.40"
zip = { version = "0.5.12", default-features = false }
zip = { version = "0.5.13", default-features = false }
walkdir = "2.3.2"
substrate-build-script-utils = "3.0.0"
platforms = "1.1"
Expand Down

0 comments on commit 88c26c2

Please sign in to comment.