Skip to content

Commit 73e680c

Browse files
chore(deps): Bump which from 7.0.2 to 8.0.0
Bumps [which](https://github.com/harryfei/which-rs) from 7.0.2 to 8.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@7.0.2...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7d7c3c commit 73e680c

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hipcheck/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ureq = { version = "2.12.1", default-features = false, features = [
126126
] }
127127
url = { version = "2.5.4", features = ["serde"] }
128128
walkdir = "2.5.0"
129-
which = { version = "7.0.2", default-features = false }
129+
which = { version = "8.0.0", default-features = false }
130130
xml-rs = "0.8.26"
131131
xz2 = "0.1.7"
132132
zip = "2.3.0"
@@ -146,7 +146,7 @@ schemars = { version = "0.8.22", features = ["chrono", "url"] }
146146
serde = { version = "1.0.219", features = ["derive"] }
147147
serde_json = "1.0.140"
148148
url = { version = "2.5.4", features = ["serde"] }
149-
which = { version = "7.0.2", default-features = false }
149+
which = { version = "8.0.0", default-features = false }
150150

151151
[dev-dependencies]
152152

plugins/npm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ semver = "1.0.26"
2020
serde = { version = "1.0.219", features = ["derive", "rc"] }
2121
serde_json = "1.0.140"
2222
tokio = { version = "1.45.0", features = ["rt"] }
23-
which = { version = "7.0.2", default-features = false }
23+
which = { version = "8.0.0", default-features = false }
2424
hipcheck-workspace-hack = { version = "0.1", path = "../../library/hipcheck-workspace-hack" }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pyproject-toml = "0.13.4"
2222
serde = { version = "1.0.219", features = ["derive"] }
2323
toml = "0.8.20"
2424
xshell = "0.2.7"
25-
which = "7.0.2"
25+
which = "8.0.0"
2626
convert_case = "0.7.1"
2727
serde_json = "1.0.140"
2828
url = { version = "2.5.4", features = ["serde"] }

0 commit comments

Comments
 (0)