From 6625edf0300fe2f2c81d60792a30c1e2a782baa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:45:53 +0000 Subject: [PATCH] chore(deps): bump which from 7.0.2 to 7.0.3 Bumps [which](https://github.com/harryfei/which-rs) from 7.0.2 to 7.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/7.0.2...7.0.3) --- updated-dependencies: - dependency-name: which dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7df58e..51b3d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ "serde_json", "serde_yml", "syntect", - "which 7.0.2", + "which 7.0.3", ] [[package]] @@ -4537,7 +4537,7 @@ dependencies = [ "serde", "serde_json", "sigstore-protobuf-specs-derive", - "which 7.0.2", + "which 7.0.3", ] [[package]] @@ -5507,13 +5507,13 @@ dependencies = [ [[package]] name = "which" -version = "7.0.2" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" +checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" dependencies = [ "either", "env_home", - "rustix 0.38.44", + "rustix 1.0.5", "winsafe", ]