Skip to content

Commit

Permalink
build(deps): update redox_syscall requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on redox_syscall to permit the latest version.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent f47f92a commit 979812f
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 @@ -73,7 +73,7 @@ features = [
]

[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.3"
redox_syscall = "0.4"

[build-dependencies]
cfg_aliases = "0.1.1"
Expand Down

0 comments on commit 979812f

Please sign in to comment.