Skip to content

Commit

Permalink
Bump rustix dependency to 0.38.19
Browse files Browse the repository at this point in the history
This resolves GHSA-c827-hfw6-qwvm
  • Loading branch information
eminence committed Oct 29, 2023
1 parent e8e9bc1 commit 00eeef4
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 00eeef4

Please sign in to comment.