From b346ca4ab456afd02a2e2446839b8a21deb02cc4 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Sat, 8 Mar 2025 00:00:00 +0000 Subject: [PATCH] chore(deps): update `rustix` to 1.0.1 --- procfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procfs/Cargo.toml b/procfs/Cargo.toml index 94f53d1..bdf2630 100644 --- a/procfs/Cargo.toml +++ b/procfs/Cargo.toml @@ -19,7 +19,7 @@ serde1 = ["serde", "procfs-core/serde1"] [dependencies] procfs-core = { path = "../procfs-core", version = "0.17.0", default-features = false } -rustix = { version = "0.38.19", features = ["fs", "process", "param", "system", "thread"] } +rustix = { version = "1.0.1", features = ["fs", "process", "param", "system", "thread"] } bitflags = { version = "2.0", default-features = false } chrono = {version = "0.4.20", optional = true, features = ["clock"], default-features = false } flate2 = { version = "1.0.3", optional = true }