Skip to content

Commit

Permalink
build(deps): update redox_syscall requirement from 0.4 to 0.5
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]>
  • Loading branch information
dependabot[bot] authored and notgull committed Mar 18, 2024
1 parent bd2cc62 commit 5c7a209
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 @@ -70,7 +70,7 @@ features = [
]

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

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

0 comments on commit 5c7a209

Please sign in to comment.