From 4a438df028e1719b4c8782862560f40c58badbe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:02:43 +0000 Subject: [PATCH] Update procfs requirement from 0.17 to 0.18 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 49555bba..03c39f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,4 +118,4 @@ termion = "4.0.2" [target.'cfg(target_os = "linux")'.dev-dependencies] -procfs = "0.17" # for ddsperf \ No newline at end of file +procfs = "0.18" # for ddsperf \ No newline at end of file