Skip to content

Commit

Permalink
Update rustix requirement from 0.36.0 to 0.37.1
Browse files Browse the repository at this point in the history
Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.36.0...v0.37.1)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and notgull committed Apr 28, 2023
1 parent 5d291fd commit c9586dd
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-lite = "1.11.0"
log = "0.4.11"
parking = "2.0.0"
polling = "2.0.0"
rustix = { version = "0.36.0", default-features = false, features = ["std", "fs", "net"] }
rustix = { version = "0.37.1", default-features = false, features = ["std", "fs", "net"] }
slab = "0.4.2"
waker-fn = "1.1.0"

Expand Down

0 comments on commit c9586dd

Please sign in to comment.