Update syscall

This commit is contained in:
4lDO2
2022-03-25 21:02:13 +01:00
parent 7a9536c380
commit d5a98187a4
2 changed files with 9 additions and 9 deletions
Generated
+8 -8
View File
@@ -1,25 +1,25 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bitflags"
version = "1.2.1"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "redox_syscall"
version = "0.2.9"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags",
]
[[package]]
name = "zerod"
version = "0.1.0"
dependencies = [
"redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall",
]
[metadata]
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
"checksum redox_syscall 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
+1 -1
View File
@@ -4,4 +4,4 @@ version = "0.1.0"
authors = ["Alex Lyon <arcterus@mail.com>"]
[dependencies]
redox_syscall = "0.2.9"
redox_syscall = "0.2.12"