Skip to content

Commit

Permalink
build(deps): update rustix requirement from 0.36.0 to 0.37.1 (#222)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2023
1 parent 68fb23c commit 7c77c19
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 @@ -21,7 +21,7 @@ cfg-if = "1"
fastrand = "1.6.0"

[target.'cfg(any(unix, target_os = "wasi"))'.dependencies]
rustix = { version = "0.36.0", features = ["fs"] }
rustix = { version = "0.37.1", features = ["fs"] }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.45"
Expand Down

0 comments on commit 7c77c19

Please sign in to comment.