Skip to content

Commit

Permalink
m: Update rustix requirement from 0.37 to 0.38
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.37.0...v0.38.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent d45d6f1 commit 1715616
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 @@ -23,7 +23,7 @@ futures-lite = "1.11.0"
[target.'cfg(unix)'.dependencies]
async-io = "1.8"
async-signal = "0.2.0"
rustix = { version = "0.37", default-features = false, features = ["std", "fs"] }
rustix = { version = "0.38", default-features = false, features = ["std", "fs"] }

[target.'cfg(windows)'.dependencies]
blocking = "1.0.0"
Expand Down

0 comments on commit 1715616

Please sign in to comment.