From 81bde2c5484eb8d2345194a60f8fd556f2c54853 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 15 Nov 2016 16:02:08 -0700 Subject: [PATCH] Update syscall --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b4800c..464fb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ "orbimage 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "orbtk 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "ransid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.2 (git+https://github.com/redox-os/syscall.git)", + "redox_syscall 0.1.3 (git+https://github.com/redox-os/syscall.git)", "tendril 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.2.3 (git+https://github.com/redox-os/rust-url?branch=redox)", "userutils 0.1.0 (git+https://github.com/redox-os/userutils.git)", @@ -300,7 +300,7 @@ name = "orbclient" version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "redox_syscall 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "sdl2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -399,12 +399,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "redox_syscall" -version = "0.1.2" -source = "git+https://github.com/redox-os/syscall.git#f48cbf22f3cf85e73f2dd778c3764ad430cd30e8" +version = "0.1.3" +source = "git+https://github.com/redox-os/syscall.git#cd6f7c219cc295e9d0b9f5068b107fd13f12af90" [[package]] name = "redox_syscall" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -549,11 +549,11 @@ dependencies = [ [[package]] name = "userutils" version = "0.1.0" -source = "git+https://github.com/redox-os/userutils.git#ba16f79ada8ef33960007143004f59e15c7610c4" +source = "git+https://github.com/redox-os/userutils.git#6305f222ad6c1b00fce6930b7df5cb2a659df8b4" dependencies = [ "argon2rs 0.2.5 (git+https://github.com/redox-os/argon2rs.git)", "rand 0.3.14 (git+https://github.com/rust-lang-nursery/rand.git)", - "redox_syscall 0.1.2 (git+https://github.com/redox-os/syscall.git)", + "redox_syscall 0.1.3 (git+https://github.com/redox-os/syscall.git)", "termion 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -621,8 +621,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum rand 0.3.14 (git+https://github.com/rust-lang-nursery/rand.git)" = "<none>" "checksum rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5" "checksum ransid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0c1b4c0dc24c14bcc71fa373d1bce433ea250691313b0cc1bc73e333a2bda0" -"checksum redox_syscall 0.1.2 (git+https://github.com/redox-os/syscall.git)" = "<none>" -"checksum redox_syscall 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b726aec70132b669e696bbb0f832696baee59ec4cc6f08cc155a08fb838f4bf1" +"checksum redox_syscall 0.1.3 (git+https://github.com/redox-os/syscall.git)" = "<none>" +"checksum redox_syscall 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "570e262e0deea2b194dbee43b05084c49bb79ff878611c0c97a0e9f9d93c9e0c" "checksum rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)" = "bff9fc1c79f2dec76b253273d07682e94a978bd8f132ded071188122b2af9818" "checksum rusttype 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c64ffc93b0cc5a6f5e5e84da2a4082b0271e0a1dd76e821bdac570bda7797e" "checksum sdl2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9cf70f3d302b61311856bcbd9c9d000aadc7c595574214335cf09035fdced2c9" -- GitLab