Replace rand 0.5 with rand_os 0.1
redox_users only uses the OsRng struct which has been moved to the rand_os crate. Therefore, the rand dependency is no longer needed. Depending on rand_os instead of rand would make it easier to package this crate for Debian.