From 82d9aa42754f85181c541e8222cceda6fed29db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 03:09:11 +0000 Subject: [PATCH] build(deps): 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 7519337f..8e36fd03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "^0.12", features = ["blocking"], optional = true } thiserror = "^2.0" [target.'cfg(target_os = "linux")'.dependencies] -procfs = { version = "^0.17", optional = true, default-features = false } +procfs = { version = "^0.18", optional = true, default-features = false } [dev-dependencies] criterion = "0.5"