From 100fc8d1e07abfdcb2ee5e220030867db23dae56 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Fri, 24 Apr 2020 02:47:12 -0500 Subject: [PATCH] maint/deps ~ improve dependency reference for the 'rust-users' external crate --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31ff7f221..2495437a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -324,8 +324,7 @@ time = "0.1" unindent = "0.1" [target.'cfg(unix)'.dev-dependencies] -# FIXME: this should use the normal users crate, but it conflicts with the users utility -rust-users = { git = "https://github.com/uutils/rust-users" } +rust-users = { version="0.10", package="users" } unix_socket = "0.5.0" [[bin]]