Update redox_syscall in Cargo.lock

This commit is contained in:
Jeremy Soller
2025-03-20 10:50:39 -06:00
parent 23fd308745
commit ce60a7939e
Generated
+2 -2
View File
@@ -234,8 +234,8 @@ checksum = "64072665120942deff5fd5425d6c1811b854f4939e7f1c01ce755f64432bbea7"
[[package]]
name = "redox_syscall"
version = "0.5.9"
source = "git+https://gitlab.redox-os.org/redox-os/syscall.git#3117ea451c6224a6eb91283d8eb7c41d05fb7d9d"
version = "0.5.10"
source = "git+https://gitlab.redox-os.org/redox-os/syscall.git?branch=master#85792b752f2bf51d00ccd6063a0f8c17963c7e45"
dependencies = [
"bitflags 2.8.0",
]