From aeb3df7d16d8d4630995d55d42e6eda47f606345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:23:10 +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 | 6 +++--- samply/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88dab373..57b0b7cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2222,7 +2222,7 @@ dependencies = [ "tokio-util", "uname", "uuid", - "which 6.0.3", + "which 7.0.0", "wholesym", "windows 0.58.0", "winver", @@ -2935,9 +2935,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/samply/Cargo.toml b/samply/Cargo.toml index 1098589a..4402c2e9 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -83,7 +83,7 @@ memoffset = "0.9" num-traits = "0.2" num-derive = "0.4" runas = "1.2.0" -which = "6.0.1" +which = "7.0.0" winver = "1" etw-reader = { path = "../etw-reader" } # linux-perf-data = "0.10.1"