rust: Update cgroups-rs to its v0.3.5 release

We're switching to using a rev as it may take some time for the package
to be updated on crates.io.

Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
This commit is contained in:
Fabiano Fidêncio
2025-05-30 12:12:16 +02:00
parent b8a7350a3d
commit 02c46471fd
6 changed files with 22 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
bitflags = "2.9.0"
byte-unit = "5.1.6"
cgroups-rs = "0.3.2"
cgroups-rs = { git = "https://github.com/kata-containers/cgroups-rs", rev = "v0.3.5" }
futures = "0.3.11"
lazy_static = { workspace = true }
libc = { workspace = true }