From d39a1e320482e61029b7f1a5ba67f1141e68337f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:29:28 +0000 Subject: [PATCH] Bump which from 6.0.3 to 7.0.0 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](https://github.com/harryfei/which-rs/compare/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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6f9ee9..6178aff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2255,9 +2255,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index dd5a505..001ef84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ zip = "1.1.3" flate2 = "1.0.34" futures-util = "0.3.31" tokio = { version = "1.41.0", default-features = false, features = ["full"] } -which = "6.0.3" +which = "7.0.0" steamlocate = { version = "2.0.0-alpha.0", features = ["steamid_ng"] } signal-hook = "0.3.17" log = "0.4.22"