From 1a5f1c157779049b18f392b488125a395ffe8c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:12:21 +0000 Subject: [PATCH] Update procfs requirement from 0.15.1 to 0.16.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.15.1...v0.16.0) --- updated-dependencies: - dependency-name: procfs 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 63c4eaa..7144d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rlimit = "0.10.0" [target.'cfg(target_os = "linux")'.dependencies] once_cell = "1.13.1" -procfs = { version = "0.15.1", default-features = false } +procfs = { version = "0.16.0", default-features = false } [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.51.0"