nu-command ls - bump umask crate to 2.0.0 (#5514)

This commit is contained in:
Carl Schierig
2022-05-11 23:13:45 +02:00
committed by GitHub
parent 4717ac70fd
commit ec804f4568
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ rusqlite = { version = "0.27.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
[target.'cfg(unix)'.dependencies]
umask = "1.0.0"
umask = "2.0.0"
users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]