diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index aa606a6a..339638d0 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -46,7 +46,7 @@ signal-hook-tokio = { version = "0.3.1", optional = true, features = ["futures-v pin-project-lite = { version = "0.2.7", optional = true } [target.'cfg(target_os = "linux")'.dependencies] -cgroups-rs = "0.2.9" +cgroups-rs = "0.3.4" [dev-dependencies] tempfile = "3.0"