Skip to content

Commit

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

---
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 mchernicoff committed Aug 26, 2024
1 parent 9cd4b7d commit 44adac5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ureq = { version = "2.10.0", default-features = false, features = [
] }
url = "2.5.1"
walkdir = "2.5.0"
which = { version = "6.0.1", default-features = false }
which = { version = "6.0.3", default-features = false }
xml-rs = "0.8.20"
xz2 = "0.1.7"
zip = "2.1.6"
Expand All @@ -136,7 +136,7 @@ zip = "2.1.6"

anyhow = "1.0.86"
tonic-build = "0.12.1"
which = { version = "6.0.1", default-features = false }
which = { version = "6.0.3", default-features = false }

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ pathbuf = "1.0.0"
serde = { version = "1.0.206", features = ["derive"] }
toml = "0.8.19"
xshell = "0.2.6"
which = "6.0.1"
which = "6.0.3"
convert_case = "0.6.0"

0 comments on commit 44adac5

Please sign in to comment.