build(deps): update redox_syscall requirement from 0.3 to 0.4

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-14 18:07:18 -07:00 committed by GitHub
parent f47f92a1f0
commit 979812f4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"