Skip to content

Commit c9586dd

Browse files
dependabot[bot]notgull
authored andcommitted
Update rustix requirement from 0.36.0 to 0.37.1
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]>
1 parent 5d291fd commit c9586dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures-lite = "1.11.0"
3030
log = "0.4.11"
3131
parking = "2.0.0"
3232
polling = "2.0.0"
33-
rustix = { version = "0.36.0", default-features = false, features = ["std", "fs", "net"] }
33+
rustix = { version = "0.37.1", default-features = false, features = ["std", "fs", "net"] }
3434
slab = "0.4.2"
3535
waker-fn = "1.1.0"
3636

0 commit comments

Comments
 (0)