Skip to content

Commit

Permalink
Merge pull request #1139 from containers/dependabot/cargo/procfs-0.14.1
Browse files Browse the repository at this point in the history
chore(deps): bump procfs from 0.14.0 to 0.14.1
  • Loading branch information
Furisto authored Aug 22, 2022
2 parents 04fbbee + 9a12deb commit 2ac2bf8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cgroupsv2_devices = ["rbpf", "libbpf-sys", "errno", "libc"]

[dependencies]
nix = "0.24.2"
procfs = "0.14.0"
procfs = "0.14.1"
log = "0.4"
anyhow = "1.0"
oci-spec = { version = "0.5.7", features = ["runtime"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mio = { version = "0.8.4", features = ["os-ext", "os-poll"] }
nix = "0.24.2"
oci-spec = { version = "0.5.7", features = ["runtime"] }
path-clean = "0.1.0"
procfs = "0.14.0"
procfs = "0.14.1"
prctl = "1.0.0"
libcgroups = { version = "0.0.3", path = "../libcgroups" }
libseccomp = { version = "0.2.3" }
Expand Down
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nix = "0.24.2"
oci-spec = { version = "0.5.7", features = ["runtime"] }
once_cell = "1.13.0"
pentacle = "1.0.0"
procfs = "0.14.0"
procfs = "0.14.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tabwriter = "1"
Expand Down
2 changes: 1 addition & 1 deletion tests/rust-integration-tests/integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ num_cpus = "1.13"
oci-spec = "0.5.7"
once_cell = "1.13.0"
pnet_datalink = "0.31.0"
procfs = "0.14.0"
procfs = "0.14.1"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 2ac2bf8

Please sign in to comment.