From 02437845f58fb9f43b4ac2185059619f4adc7f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:38:19 +0000 Subject: [PATCH] Update which requirement from 6.0.3 to 7.0.0 (#875) Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libcnb-package/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcnb-package/Cargo.toml b/libcnb-package/Cargo.toml index 0a76d12d..ae8c33a2 100644 --- a/libcnb-package/Cargo.toml +++ b/libcnb-package/Cargo.toml @@ -23,4 +23,4 @@ libcnb-data.workspace = true petgraph = { version = "0.6.5", default-features = false } thiserror = "1.0.65" uriparse = "0.6.4" -which = "6.0.3" +which = "7.0.0"