From 44adac55df6555f1a40e8e7f64409ed79d2d9d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:52:08 +0000 Subject: [PATCH] chore(deps): Bump which from 6.0.1 to 6.0.3 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](https://github.com/harryfei/which-rs/compare/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] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 4 ++-- xtask/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e5dc86c..10215017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3333,9 +3333,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.1" +version = "6.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" +checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" dependencies = [ "either", "home", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index bca911ba..cc6c1f5a 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -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" @@ -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] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index b78aa7b6..de1cd706 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -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"