From 3b4101fde3b3178c5cc46a3d7d3bfea91149c8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:32:01 +0000 Subject: [PATCH] build(deps): update which requirement from 7.0.1 to 8.0.0 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/7.0.1...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 0ec4082e..691ee8a5 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -28,7 +28,7 @@ name = "windows-log-reader" path = "examples/windows_log_reader.rs" [dependencies] -which = "7.0.1" +which = "8.0.0" containerd-shim-protos = { path = "../shim-protos", version = "0.10.0" } go-flag = "0.1.0" lazy_static = "1.4.0"