1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 14:07:46 +00:00

Merge pull request #4670 from uutils/renovate/redox_syscall-0.x

chore(deps): update rust crate redox_syscall to 0.3
This commit is contained in:
Daniel Hofstetter 2023-05-28 11:36:05 +02:00 committed by GitHub
commit e23a57a193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3213,7 +3213,7 @@ version = "0.0.18"
dependencies = [
"clap",
"libc",
"redox_syscall 0.2.16",
"redox_syscall 0.3.5",
"uucore",
]