diff --git a/Cargo.lock b/Cargo.lock index a356c5f..468ab3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ "log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 8.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.2.5", + "redox_syscall 0.2.6", "rmm 0.1.0", "rustc-demangle 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "slab_allocator 0.3.1", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.5" +version = "0.2.6" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/syscall b/syscall index 0f9030f..d283835 160000 --- a/syscall +++ b/syscall @@ -1 +1 @@ -Subproject commit 0f9030f0325769172582818f2d45007b42bdc041 +Subproject commit d283835028265c6df1c97519c0ed0679b5b69bc0