From c0bc46b954eac7ee6f85b9ef716e91a6990dfe8b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 26 Jul 2017 08:25:05 -0600 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5325bd2a6c..8424a5f0f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,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#65291649009fa64d5b1c40129068471cc57f0c0d" +source = "git+https://github.com/redox-os/pkgutils.git#d3062a717c53601441c42cd4c974054f8084ee6d" dependencies = [ "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "userutils" version = "0.1.0" -source = "git+https://github.com/redox-os/userutils.git#83d77f812438b78b0108d2d8e29ae8183eafcd3e" +source = "git+https://github.com/redox-os/userutils.git#1725b377cddb42af08209a652bc63008e2b59f1c" 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)",