Switch to using rust-argon2 crate, which is more actively maintained
[package] | ||
name = "redox_users" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["Jose Narvaez <goyox86@gmail.com>", "Wesley Hershberger <mggmugginsmc@gmail.com>"] | ||
description = "A Rust library to access Redox users and groups functionality" | ||
license = "MIT" | ||
... | ... | @@ -10,7 +10,7 @@ readme = "README.md" |
keywords = ["redox", "auth"] | ||
[dependencies] | ||
argon2rs = { version = "0.2", default-features = false } | ||
rust-argon2 = "0.5" | ||
rand_os = "0.1" | ||
redox_syscall = "0.1" | ||
failure = "0.1.1" |
Please register or sign in to comment