diff --git a/Cargo.lock b/Cargo.lock index 3ea4a6c7e..4029e5f83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,9 +392,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cgroups-rs" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b098e7c3a70d03c288fa0a96ccf13e770eb3d78c4cc0e1549b3c13215d5f965" +checksum = "6db7c2f5545da4c12c5701455d9471da5f07db52e49b9cccb4f5512226dd0836" dependencies = [ "libc", "log", @@ -1605,7 +1605,6 @@ dependencies = [ "thiserror", "tokio", "tokio-eventfd", - "tokio-test", "tokio-util", "toml 0.7.6", "umask", @@ -2668,19 +2667,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-test" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" -dependencies = [ - "async-stream", - "bytes", - "futures-core", - "tokio", - "tokio-stream", -] - [[package]] name = "tokio-util" version = "0.7.10" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index a57a6ab05..f2baa2ed0 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -20,7 +20,7 @@ byteorder = { version = "1.5.0", optional = true } bytes = { version = "1.5.0", optional = true } bytesize = { version = "1.2.0", optional = true } caps = { version = "0.5.5", optional = true } -cgroups-rs = { version = "0.3.2", features = ["serde"], optional = true } +cgroups-rs = { version = "0.3.4", features = ["serde"], optional = true } ed25519-dalek = { version = "2.0.0", optional = true } futures = { version = "0.3.29", default-features = true, optional = true } heck = { version = "0.4.1", optional = true }