Skip to content

Commit 23b1d94

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 c0b92c4 commit 23b1d94

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
@@ -33,7 +33,7 @@ name = "windows-log-reader"
3333
path = "examples/windows_log_reader.rs"
3434

3535
[dependencies]
36-
which = "7.0.1"
36+
which = "8.0.0"
3737
containerd-shim-protos = { path = "../shim-protos", version = "0.8.0" }
3838
go-flag = "0.1.0"
3939
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)