From a76c8df8675ac5a173f40aef129fbc075867a48f Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 2 Aug 2017 21:14:10 -0600 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 635bb45..772ae55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,7 +310,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pkgutils" version = "0.1.1" -source = "git+https://github.com/redox-os/pkgutils.git#049de9418e6cced5d4af5b26828cbf59a5b78497" +source = "git+https://github.com/redox-os/pkgutils.git#64bc27967e0f2a4c0f54a282baa203d53b1c8c8a" dependencies = [ "clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "termion" version = "1.5.0" -source = "git+https://github.com/redox-os/termion.git?branch=redox_termios#cd455e835842831125df0ca23507384f5ae06c8b" +source = "git+https://github.com/redox-os/termion.git?branch=redox_termios#18e589b9d92e8f93ae75475389e234bbe5deb109" dependencies = [ "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -649,7 +649,7 @@ dependencies = [ [[package]] name = "userutils" version = "0.1.0" -source = "git+https://github.com/redox-os/userutils.git#f6fd552f45cb684f498720296e39a636b6c66b1e" +source = "git+https://github.com/redox-os/userutils.git#aeda1ae4b44421febfcd19d9ddfe213771968d62" dependencies = [ "arg_parser 0.1.0 (git+https://github.com/redox-os/arg-parser.git)", "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", -- GitLab