mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
bump the users version
This commit is contained in:
parent
7861cc9dca
commit
3c3020ef99
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2018,9 +2018,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "users"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
|
||||
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
|
|
|
@ -403,7 +403,7 @@ rlimit = "0.8.3"
|
|||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
nix = { version = "0.24.1", default-features = false, features = ["process", "signal", "user"] }
|
||||
rust-users = { version="0.10", package="users" }
|
||||
rust-users = { version="0.11", package="users" }
|
||||
unix_socket = "0.5.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue