From 23b1d942e88907f74aa16200e96a80ccd6614b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:12:47 +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 551da98f..c6d22be9 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -33,7 +33,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.8.0" } go-flag = "0.1.0" lazy_static = "1.4.0"