From 2e3d243ab87dce80e12ed075341d3902328c3ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:08:57 +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 | 11 +++++------ crates/libcgroups/Cargo.toml | 2 +- crates/libcontainer/Cargo.toml | 2 +- crates/youki/Cargo.toml | 2 +- tests/contest/contest/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d42c1979f..1e46131ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2023,7 +2023,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2800,24 +2800,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 f9abf1012..f8e905455 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.1", 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 5f7b38b15..0f323fa0a 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.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 } diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index 0561760d9..8da975620 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -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" diff --git a/tests/contest/contest/Cargo.toml b/tests/contest/contest/Cargo.toml index 1469cbe50..46a70bb87 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.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"