From 3824b3d4797c89b88c2a1a56c77f3dcc72722829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:59:27 +0000 Subject: [PATCH] build(deps): update which requirement from 4.4.0 to 5.0.0 Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/4.4.0...4.4.2) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ce5005f..232d67d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,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 = "4.4.0", default-features = false } +which = { version = "5.0.0", default-features = false } xtask = { path = "xtask", default-features = false } [profile.dev]