1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-05 17:08:59 +00:00

Bump redox_syscall from 0.4 to 0.5

This commit is contained in:
Daniel Hofstetter 2024-03-13 17:41:18 +01:00
parent 65fb81bb8b
commit ada4f48e04
2 changed files with 13 additions and 4 deletions

15
Cargo.lock generated
View File

@ -826,7 +826,7 @@ checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"redox_syscall 0.4.1",
"windows-sys 0.52.0",
]
@ -1466,7 +1466,7 @@ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"redox_syscall 0.4.1",
"smallvec",
"windows-targets 0.48.0",
]
@ -1701,6 +1701,15 @@ dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c178f952cc7eac391f3124bd9851d1ac0bdbc4c9de2d892ccd5f0d8b160e96"
dependencies = [
"bitflags 2.4.2",
]
[[package]]
name = "reference-counted-singleton"
version = "0.1.2"
@ -3010,7 +3019,7 @@ version = "0.0.24"
dependencies = [
"clap",
"libc",
"redox_syscall",
"redox_syscall 0.5.0",
"uucore",
]

View File

@ -310,7 +310,7 @@ quick-error = "2.0.1"
rand = { version = "0.8", features = ["small_rng"] }
rand_core = "0.6"
rayon = "1.9"
redox_syscall = "0.4"
redox_syscall = "0.5"
regex = "1.10.3"
rstest = "0.18.2"
rust-ini = "0.19.0"