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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

7
Cargo.lock generated
View File

@ -5477,9 +5477,12 @@ dependencies = [
[[package]]
name = "umask"
version = "2.0.0"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46b0c16eadfb312c7acd6970fc97d1f3152eb536714a2ff72ca09a92cae6fa67"
checksum = "ec9a46c2549e35c054e0ffe281a3a6ec0007793db4df106604d37ed3f4d73d1c"
dependencies = [
"thiserror",
]
[[package]]
name = "unicase"

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]