mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-13 23:57:08 +00:00
dep: ⬆️ 🐛 fix group name in gid
fix https://github.com/Peltoche/lsd/issues/398
This commit is contained in:
parent
153576baeb
commit
ae92912099
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -623,9 +623,9 @@ checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|||
|
||||
[[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",
|
||||
|
|
|
@ -37,7 +37,7 @@ xdg = "2.1.*"
|
|||
yaml-rust = "0.4.*"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
users = "0.10.*"
|
||||
users = "0.11.*"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = {version = "0.3.*", features = ["aclapi", "accctrl", "winnt", "winerror", "securitybaseapi", "winbase"]}
|
||||
|
|
Loading…
Reference in a new issue