diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 55e55f27..9dca6b27 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -46,7 +46,7 @@ futures = { workspace = true, optional = true} signal-hook-tokio = { version = "0.3.1", optional = true, features = ["futures-v0_3"]} [target.'cfg(target_os = "linux")'.dependencies] -cgroups-rs = "0.2.9" +cgroups-rs = "0.3.3" [target.'cfg(unix)'.dependencies] command-fds = "0.2.1"