Bump umask from 2.0.0 to 2.1.0 (#8835)

This commit is contained in:
dependabot[bot]
2023-04-14 12:15:22 +00:00
committed by GitHub
parent efb81a1277
commit 5afc49250f
2 changed files with 6 additions and 3 deletions

View File

@ -106,7 +106,7 @@ winreg = "0.50.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
umask = "2.0.0"
umask = "2.1.0"
users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]