From cd2efa5d9d854f582fe9b3439f767d8cdd8a6b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:46:08 +0000 Subject: [PATCH] Update procfs requirement from 0.17.0 to 0.18.0 Updates the requirements on [procfs](https://github.com/eminence/procfs) to permit the latest version. - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](https://github.com/eminence/procfs/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: procfs dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index caeaa6f3..c99ca825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] # supports it. It's quite probably that neither of those two things ever happen. # But making this assumption for now so that everything compiles at least for redox [target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies] -procfs = "0.17.0" +procfs = "0.18.0" tempfile = "3.3.0" # Build docs for macos and linux