Skip to content

Commit

Permalink
chore(deps): Bump which from 7.0.0 to 7.0.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and patrickjcasey committed Jan 6, 2025
1 parent 7399a3d commit 31a9950
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
12 changes: 9 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ureq = { version = "2.12.1", default-features = false, features = [
] }
url = { version = "2.5.4", features = ["serde"] }
walkdir = "2.5.0"
which = { version = "7.0.0", default-features = false }
which = { version = "7.0.1", default-features = false }
xml-rs = "0.8.24"
xz2 = "0.1.7"
zip = "2.2.2"
Expand All @@ -153,7 +153,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.134"
tonic-build = "0.12.3"
url = { version = "2.5.4", features = ["serde"] }
which = { version = "7.0.0", default-features = false }
which = { version = "7.0.1", default-features = false }

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion plugins/git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
tokio = { version = "1.42.0", features = ["rt"] }
which = { version = "7.0.0", default-features = false }
which = { version = "7.0.1", default-features = false }
2 changes: 1 addition & 1 deletion plugins/npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ semver = "1.0.24"
serde = { version = "1.0.215", features = ["derive", "rc"] }
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["rt"] }
which = { version = "7.0.0", default-features = false }
which = { version = "7.0.1", default-features = false }
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pathbuf = "1.0.0"
serde = { version = "1.0.215", features = ["derive"] }
toml = "0.8.19"
xshell = "0.2.7"
which = "7.0.0"
which = "7.0.1"
convert_case = "0.6.0"
serde_json = "1.0.134"
url = { version = "2.5.4", features = ["serde"] }
Expand Down

0 comments on commit 31a9950

Please sign in to comment.