Skip to content

Commit 4298537

Browse files
committed
Update dependencies
Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent 13ebc83 commit 4298537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/runc-shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path = "src/main.rs"
2525
doc = false
2626

2727
[dependencies]
28-
containerd-shim = { path = "../shim", version = "0.9.0", features = ["async"] }
28+
containerd-shim = { path = "../shim", version = "0.10.0", features = ["async"] }
2929
libc.workspace = true
3030
log.workspace = true
3131
nix = { workspace = true, features = ["socket", "uio", "term"] }

0 commit comments

Comments
 (0)