From 917be075158f119f7dd4e94b14d2c418a2072bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:23:59 +0000 Subject: [PATCH] Bump procfs from 0.16.0 to 0.17.0 Bumps [procfs](https://github.com/eminence/procfs) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: procfs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- crates/libcgroups/Cargo.toml | 2 +- crates/libcontainer/Cargo.toml | 2 +- crates/youki/Cargo.toml | 2 +- tests/contest/contest/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3b620502..939df2af6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2822,24 +2822,23 @@ dependencies = [ [[package]] name = "procfs" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" +checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" dependencies = [ "bitflags 2.6.0", "chrono", "flate2", "hex", - "lazy_static", "procfs-core", "rustix", ] [[package]] name = "procfs-core" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" +checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" dependencies = [ "bitflags 2.6.0", "chrono", diff --git a/crates/libcgroups/Cargo.toml b/crates/libcgroups/Cargo.toml index 19417b2f4..f0db44389 100644 --- a/crates/libcgroups/Cargo.toml +++ b/crates/libcgroups/Cargo.toml @@ -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.0", features = ["runtime"] } fixedbitset = "0.5.7" serde = { version = "1.0", features = ["derive"] } diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index b5dca5249..99fd04755 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -39,7 +39,7 @@ nix = { version = "0.28.0", features = [ ] } oci-spec = { version = "0.7.0", 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 } diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 78b33ded1..4c59846e0 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -34,7 +34,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" diff --git a/tests/contest/contest/Cargo.toml b/tests/contest/contest/Cargo.toml index 190af33a6..4620eb44b 100644 --- a/tests/contest/contest/Cargo.toml +++ b/tests/contest/contest/Cargo.toml @@ -13,7 +13,7 @@ num_cpus = "1.16" oci-spec = { version = "0.7.0", 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"