From 346b3edd5cda93ba94330e3833fd0fbfb5f902c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:26:14 +0000 Subject: [PATCH] Update which requirement from 4.4.2 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/commits) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 d3525c5f..6cafbe64 100644 --- a/libcnb-package/Cargo.toml +++ b/libcnb-package/Cargo.toml @@ -19,4 +19,4 @@ libcnb-data.workspace = true petgraph = { version = "0.6.4", default-features = false } thiserror = "1.0.48" uriparse = "0.6.4" -which = "4.4.2" +which = "5.0.0"