Skip to content

Commit

Permalink
build(deps): update rustix requirement from 0.37.0 to 0.38.6
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.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 7aa6ae1 commit cd5d192
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 @@ -16,7 +16,7 @@ exclude = [".gitignore", ".travis.yml"]

[dependencies]
# Private dependencies.
rustix = { version = "0.37.0", features = ["fs"] }
rustix = { version = "0.38.6", features = ["fs"] }

[package.metadata.release]
publish = false
Expand Down

0 comments on commit cd5d192

Please sign in to comment.