Skip to content

Commit

Permalink
Merge pull request #2948 from youki-dev/dependabot/cargo/procfs-0.17.0
Browse files Browse the repository at this point in the history
Bump procfs from 0.16.0 to 0.17.0
  • Loading branch information
YJDoc2 authored Nov 23, 2024
2 parents 4478b32 + 2e3d243 commit f8a6148
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 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", "nix/dir"]

[dependencies]
nix = { version = "0.28.0", features = ["signal", "user", "fs"] }
procfs = "0.16.0"
procfs = "0.17.0"
oci-spec = { version = "~0.7.1", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nix = { version = "0.28.0", features = [
] }
oci-spec = { version = "0.7.1", features = ["runtime"] }
once_cell = "1.20.2"
procfs = "0.16.0"
procfs = "0.17.0"
prctl = "1.0.0"
libcgroups = { path = "../libcgroups", default-features = false, version = "0.4.1" } # MARK: Version
libseccomp = { version = "0.3.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libcontainer = { path = "../libcontainer", default-features = false, version = "
liboci-cli = { path = "../liboci-cli", version = "0.4.1" } # MARK: Version
nix = "0.28.0"
pentacle = "1.1.0"
procfs = "0.16.0"
procfs = "0.17.0"
serde_json = "1.0"
tabwriter = "1"
clap_complete = "4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/contest/contest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ num_cpus = "1.16"
oci-spec = { version = "0.7.1", features = ["runtime"] }
once_cell = "1.20.2"
pnet_datalink = "0.35.0"
procfs = "0.16.0"
procfs = "0.17.0"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit f8a6148

Please sign in to comment.