Skip to content

Commit

Permalink
chore(deps): Bump which from 6.0.3 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 to 7.0.0.
- [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.3...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Nov 4, 2024
1 parent a6caa9a commit bc58da0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 @@ -128,7 +128,7 @@ ureq = { version = "2.10.1", default-features = false, features = [
] }
url = { version = "2.5.2", features = ["serde"] }
walkdir = "2.5.0"
which = { version = "6.0.3", default-features = false }
which = { version = "7.0.0", default-features = false }
xml-rs = "0.8.22"
xz2 = "0.1.7"
zip = "2.2.0"
Expand All @@ -144,7 +144,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tonic-build = "0.12.3"
url = { version = "2.5.2", features = ["serde"] }
which = { version = "6.0.3", default-features = false }
which = { version = "7.0.0", 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 @@ -17,4 +17,4 @@ schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.9"
serde = { version = "1.0.210", features = ["derive", "rc"] }
tokio = { version = "1.40.0", features = ["rt"] }
which = { version = "6.0.3", default-features = false }
which = { version = "7.0.0", default-features = false }
2 changes: 1 addition & 1 deletion plugins/npm_dependencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ semver = "1.0.9"
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["rt"] }
which = { version = "6.0.3", default-features = false }
which = { version = "7.0.0", default-features = false }
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.210", features = ["derive"] }
toml = "0.8.19"
xshell = "0.2.6"
which = "6.0.3"
which = "7.0.0"
convert_case = "0.6.0"

0 comments on commit bc58da0

Please sign in to comment.