Skip to content

Commit

Permalink
Update to rustix 0.38.34.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Apr 22, 2024
1 parent efe2eb9 commit 4e3a24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["src", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]

[dependencies]
linux-raw-sys = { version = "0.4.9", default-features = false, features = ["general", "no_std", "elf"] }
rustix = { version = "0.38.26", default-features = false }
rustix = { version = "0.38.34", default-features = false }
bitflags = { version = "2.4.0", default-features = false }
memoffset = { version = "0.9.0", optional = true }
log = { version = "0.4.14", default-features = false, optional = true }
Expand Down

0 comments on commit 4e3a24b

Please sign in to comment.