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

chore(deps): update rust crate redox_syscall to v0.5.2
This commit is contained in:
Daniel Hofstetter 2024-06-14 17:56:54 +02:00 committed by GitHub
commit 6a13c48085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -1884,9 +1884,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.5.0",
]
@ -3252,7 +3252,7 @@ version = "0.0.26"
dependencies = [
"clap",
"libc",
"redox_syscall 0.5.1",
"redox_syscall 0.5.2",
"uucore",
]