Skip to content

Commit

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

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

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 Mar 21, 2022
1 parent b254378 commit 1fb3ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ anyhow = "1.0.56"
clap = { version = "3.1.6", features = ["derive", "env"] }
log = "0.4.14"
heck = "0.4.0"
zip = { version = "0.5.13", default-features = false }
zip = { version = "0.6.0", default-features = false }
parity-wasm = "0.42.2"
cargo_metadata = "0.14.2"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
Expand Down Expand Up @@ -68,7 +68,7 @@ itertools = "0.10.3"

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

0 comments on commit 1fb3ca1

Please sign in to comment.