Skip to content

Commit

Permalink
chore(deps): bump procfs from 0.14.1 to 0.14.2
Browse files Browse the repository at this point in the history
Bumps [procfs](https://github.com/eminence/procfs) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2022
1 parent 174448a commit 2d1f357
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 37 deletions.
40 changes: 7 additions & 33 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.25.0"
procfs = "0.14.1"
procfs = "0.14.2"
log = "0.4"
anyhow = "1.0"
oci-spec = { version = "0.5.8", 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 @@ -34,7 +34,7 @@ mio = { version = "0.8.5", features = ["os-ext", "os-poll"] }
nix = "0.25.0"
oci-spec = { version = "0.5.8", features = ["runtime"] }
path-clean = "0.1.0"
procfs = "0.14.1"
procfs = "0.14.2"
prctl = "1.0.0"
libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = false }
libseccomp = { version = "0.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nix = "0.25.0"
oci-spec = { version = "0.5.8", features = ["runtime"] }
once_cell = "1.16.0"
pentacle = "1.0.0"
procfs = "0.14.1"
procfs = "0.14.2"
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.14"
oci-spec = "0.5.8"
once_cell = "1.16.0"
pnet_datalink = "0.31.0"
procfs = "0.14.1"
procfs = "0.14.2"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 2d1f357

Please sign in to comment.