Skip to content

Commit

Permalink
Bump zip from 0.6.2 to 0.6.3
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.2 to 0.6.3.
- [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>
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent e050be7 commit 5490b41
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 crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { version = "4.0.13", features = ["derive", "env"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
heck = "0.4.0"
zip = { version = "0.6.2", default-features = false }
zip = { version = "0.6.3", default-features = false }
parity-wasm = "0.45.0"
cargo_metadata = "0.15.0"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
Expand Down Expand Up @@ -53,7 +53,7 @@ jsonrpsee = { version = "0.15.1", features = ["ws-client"] }
[build-dependencies]
anyhow = "1.0.65"
dirs = "4.0.0"
zip = { version = "0.6.2", default-features = false }
zip = { version = "0.6.3", default-features = false }
walkdir = "2.3.2"
substrate-build-script-utils = "3.0.0"
current_platform = "0.2.0"
Expand Down

0 comments on commit 5490b41

Please sign in to comment.