Skip to content

Commit

Permalink
Bump which from 7.0.0 to 7.0.1 (#1883)
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: which
  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 Dec 23, 2024
1 parent 28f52ae commit 712c3ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
21 changes: 9 additions & 12 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/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tempfile = "3.10.1"
term_size = "0.3.2"
url = { version = "2.5.4", features = ["serde"] }
wasm-opt = { version = "=0.116.1", default-features = false }
which = "7.0.0"
which = "7.0.1"
zip = { version = "2.2.2", default-features = false }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clap = { version = "4.5.23", features = ["derive", "env"] }
primitive-types = { version = "0.13.1", default-features = false, features = ["codec", "scale-info", "serde"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
which = "7.0.0"
which = "7.0.1"
colored = "2.1.0"
regex = "1"
serde_json = "1.0.133"
Expand All @@ -53,7 +53,7 @@ hex = "0.4.3"
anyhow = "1.0.94"
substrate-build-script-utils = "11.0.0"
current_platform = "0.2.0"
which = "7.0.0"
which = "7.0.1"

[dev-dependencies]
assert_cmd = "2.0.14"
Expand Down

0 comments on commit 712c3ab

Please sign in to comment.