diff --git a/Cargo.toml b/Cargo.toml index 616549d3ac..15927b2e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ path = "src/bin/sudo.rs" [dependencies] rand = { git = "https://github.com/redox-os/rand.git" } -syscall = { git = "https://github.com/redox-os/syscall.git" } +redox_syscall = "0.1" termion = "1.1" [dependencies.argon2rs]