Skip to content

Commit

Permalink
agent: Update cgroups-rs to 0.2.5
Browse files Browse the repository at this point in the history
to pull in the chain of rust-lang/libc#1999,
nix-rust/nix#1372, and
kata-containers/cgroups-rs#38. This adds statfs
constants on s390x. cgroups-rs 0.2.4 also contains this fix, but let's
move to the latest 0.2.5 right away.

Fixes: kata-containers#1204

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
  • Loading branch information
Jakob-Naucke committed Mar 29, 2021
1 parent 594c47a commit 5b7c8b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 55 deletions.
63 changes: 10 additions & 53 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/Cargo.toml
Expand Up @@ -45,7 +45,7 @@ tempfile = "3.1.0"
prometheus = { version = "0.9.0", features = ["process"] }
procfs = "0.7.9"
anyhow = "1.0.32"
cgroups = { package = "cgroups-rs", version = "0.2.2" }
cgroups = { package = "cgroups-rs", version = "0.2.5" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion src/agent/rustjail/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ scan_fmt = "0.2"
regex = "1.1"
path-absolutize = "1.2.0"
anyhow = "1.0.32"
cgroups = { package = "cgroups-rs", version = "0.2.1" }
cgroups = { package = "cgroups-rs", version = "0.2.5" }
tempfile = "3.1.0"
rlimit = "0.5.3"

Expand Down

0 comments on commit 5b7c8b7

Please sign in to comment.