fix powershell executions (#3006)

This commit is contained in:
Max Novich
2025-06-19 15:28:43 -07:00
committed by GitHub
parent 61beec0f0f
commit 16fdc2c965
5 changed files with 96 additions and 34 deletions
Generated
+20 -1
View File
@@ -1265,7 +1265,7 @@ dependencies = [
"rustc-hash 1.1.0",
"shlex",
"syn 2.0.99",
"which",
"which 4.4.2",
]
[[package]]
@@ -3635,6 +3635,7 @@ dependencies = [
"urlencoding",
"utoipa",
"webbrowser 0.8.15",
"which 6.0.3",
"xcap",
]
@@ -9401,6 +9402,18 @@ dependencies = [
"rustix 0.38.44",
]
[[package]]
name = "which"
version = "6.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
dependencies = [
"either",
"home",
"rustix 0.38.44",
"winsafe",
]
[[package]]
name = "wild"
version = "2.2.1"
@@ -9821,6 +9834,12 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "winsafe"
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "wiremock"
version = "0.6.3"