Skip to content

Commit

Permalink
Bump which from 4.2.5 to 4.3.0 (#717)
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 4.2.5 to 4.3.0.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Commits](harryfei/which-rs@4.2.5...4.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2022
1 parent f7d6b06 commit accceef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 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 crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip = { version = "0.6.2", default-features = false }
parity-wasm = "0.45.0"
cargo_metadata = "0.15.0"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
which = "4.2.5"
which = "4.3.0"
colored = "2.0.0"
toml = "0.5.9"
rustc_version = "0.4.0"
Expand Down Expand Up @@ -57,7 +57,7 @@ zip = { version = "0.6.2", default-features = false }
walkdir = "2.3.2"
substrate-build-script-utils = "3.0.0"
current_platform = "0.2.0"
which = "4.2.5"
which = "4.3.0"
regex = "1.6.0"

[dev-dependencies]
Expand Down

0 comments on commit accceef

Please sign in to comment.