From 92939f0f37edd389312714ceb850f21ccc54b23a Mon Sep 17 00:00:00 2001 From: Giuliano Bellini s294739 Date: Tue, 5 Mar 2024 12:21:59 +0100 Subject: [PATCH] remove procfs dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7000b39..0d15fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,5 @@ edition = "2021" #[target.'cfg(target_os = "windows")'.dependencies] #windows = { version = "0.53.0", features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"] } [target.'cfg(target_os = "linux")'.dependencies] -procfs = "0.16.0" once_cell = "1.19.0" rustix = {version = "0.38.31", features = ["fs"]} \ No newline at end of file