Skip to content

Commit 3b4101f

Browse files
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](harryfei/which-rs@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] <[email protected]>
1 parent 5e3fa79 commit 3b4101f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ name = "windows-log-reader"
2828
path = "examples/windows_log_reader.rs"
2929

3030
[dependencies]
31-
which = "7.0.1"
31+
which = "8.0.0"
3232
containerd-shim-protos = { path = "../shim-protos", version = "0.10.0" }
3333
go-flag = "0.1.0"
3434
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)