update runas to 1.2.0 (#7271)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2024-02-27 15:42:35 +08:00
committed by GitHub
parent 6720bb9f6b
commit 1d9b1781d4
3 changed files with 8 additions and 7 deletions

8
Cargo.lock generated
View File

@@ -5364,12 +5364,14 @@ dependencies = [
[[package]]
name = "runas"
version = "1.0.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed87390fefd18965ff20baae5aeb9913bcf82d2b59dc04c0f6d8f17f7be56ff2"
checksum = "b96d6b6c505282b007a9b009f2aa38b2fd0359b81a0430ceacc60f69ade4c6a0"
dependencies = [
"cc",
"libc",
"security-framework-sys",
"which",
"windows-sys 0.48.0",
]
[[package]]