We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284294 commit 9aa84bdCopy full SHA for 9aa84bd
Cargo.toml
@@ -36,7 +36,7 @@ reqwest = { version = "^0.10", features = ["blocking"], optional = true }
36
thiserror = "^1.0"
37
38
[target.'cfg(target_os = "linux")'.dependencies]
39
-procfs = { version = "^0.8", optional = true, default-features = false }
+procfs = { version = "^0.9", optional = true, default-features = false }
40
41
[dev-dependencies]
42
criterion = "0.3"
0 commit comments