From 9e88c6bb8831955aa11ab886bf1c64ef3615b939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:04:57 +0000 Subject: [PATCH] chore(deps): 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 efcc962..54b436d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ rlimit = "0.10.0" [target.'cfg(target_os = "linux")'.dependencies] once_cell = "1.13.1" -procfs = { version = "0.17.0", default-features = false } +procfs = { version = "0.18.0", default-features = false } [target.'cfg(target_os = "freebsd")'.dependencies] libc = "0.2.159"