Skip to content

Commit

Permalink
Bump which from 4.4.1 to 4.4.2
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 4.4.1 to 4.4.2.
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@4.4.1...4.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent 83a8c8b commit 2d546ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 55 deletions.
66 changes: 14 additions & 52 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 @@ -36,7 +36,7 @@ tempfile = "3.8.0"
term_size = "0.3.2"
url = { version = "2.4.1", features = ["serde"] }
wasm-opt = "=0.114.1"
which = "4.4.1"
which = "4.4.2"
zip = { version = "0.6.6", default-features = false }
strum = { version = "0.25", 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 @@ -27,7 +27,7 @@ anyhow = "1.0.75"
clap = { version = "4.4.2", features = ["derive", "env"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
which = "4.4.1"
which = "4.4.2"
colored = "2.0.4"
serde_json = "1.0.105"
serde = { version = "1.0.183", default-features = false, features = ["derive"] }
Expand All @@ -48,7 +48,7 @@ hex = "0.4.3"
anyhow = "1.0.75"
substrate-build-script-utils = "6.0.0"
current_platform = "0.2.0"
which = "4.4.1"
which = "4.4.2"

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

0 comments on commit 2d546ce

Please sign in to comment.