Skip to content

Commit

Permalink
Update rustix requirement from 0.37.1 to 0.38.2 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent a1f4c0a commit eb98b47
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 @@ -30,7 +30,7 @@ futures-io = { version = "0.3.28", default-features = false, features = ["std"]
futures-lite = { version = "1.11.0", default-features = false }
parking = "2.0.0"
polling = "2.6.0"
rustix = { version = "0.37.1", default-features = false, features = ["std", "fs"] }
rustix = { version = "0.38.2", default-features = false, features = ["std", "fs"] }
slab = "0.4.2"
socket2 = { version = "0.5.3", features = ["all"] }
tracing = { version = "0.1.37", default-features = false }
Expand Down

0 comments on commit eb98b47

Please sign in to comment.