Skip to content

Commit

Permalink
Merge pull request #340 from cratelyn/update-to-rustix-1.0
Browse files Browse the repository at this point in the history
chore(deps): update `rustix` to 1.0.1
  • Loading branch information
eminence authored Mar 9, 2025
2 parents 2aa69ed + b346ca4 commit 85cf03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 85cf03b

Please sign in to comment.