From e67a21265b5a84de95da37d07ebd9506355e5314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:14:26 +0000 Subject: [PATCH] build(deps): update which requirement in the cargo-crates group Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. Updates `which` 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.0...6.0.3) --- updated-dependencies: - dependency-name: which dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a82c2465..a566f077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ test-log = { version = "0.2.13", default-features = false } testing_logger = { version = "0.1.1", default-features = false } thiserror = { version = "1", default-features = false } tokio = { version = "1.24.0", default-features = false } -which = { version = "6.0.0", default-features = false } +which = { version = "7.0.0", default-features = false } xdpilone = { version = "1.0.5", default-features = false } [profile.dev]