Skip to content

Commit

Permalink
Merge pull request #288 from eminence/rustix_bump
Browse files Browse the repository at this point in the history
Bump rustix dependency to 0.38.19
  • Loading branch information
eminence authored Oct 29, 2023
2 parents e8e9bc1 + 00eeef4 commit ebe5e95
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 @@ -18,7 +18,7 @@ serde1 = ["serde", "procfs-core/serde1"]

[dependencies]
procfs-core = { path = "../procfs-core", version = "0.16.0-RC1", default-features = false }
rustix = { version = "0.38.4", features = ["fs", "process", "param", "system", "thread"] }
rustix = { version = "0.38.19", features = ["fs", "process", "param", "system", "thread"] }
bitflags = { version = "2.0", default-features = false }
lazy_static = "1.0.2"
chrono = {version = "0.4.20", optional = true, features = ["clock"], default-features = false }
Expand Down

0 comments on commit ebe5e95

Please sign in to comment.