Skip to content

Commit

Permalink
Bump cargo_metadata from 0.15.1 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@v0.15.1...v0.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 22, 2022
1 parent 29a4894 commit f898182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
heck = "0.4.0"
zip = { version = "0.6.3", default-features = false }
parity-wasm = "0.45.0"
cargo_metadata = "0.15.1"
cargo_metadata = "0.15.2"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
which = "4.3.0"
colored = "2.0.0"
Expand Down

0 comments on commit f898182

Please sign in to comment.