fix: get win node path from registry (#5731)

Signed-off-by: V. Lascik <vlascik@users.noreply.github.com>
This commit is contained in:
vlascik
2025-11-17 20:12:56 +01:00
committed by GitHub
parent 63e9a37b13
commit a885f5c3b9
3 changed files with 52 additions and 5 deletions
Generated
+12 -1
View File
@@ -2874,6 +2874,7 @@ dependencies = [
"tracing-subscriber",
"utoipa",
"uuid",
"winreg 0.55.0",
]
[[package]]
@@ -5489,7 +5490,7 @@ dependencies = [
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
"winreg 0.50.0",
]
[[package]]
@@ -8484,6 +8485,16 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "winreg"
version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
dependencies = [
"cfg-if",
"windows-sys 0.59.0",
]
[[package]]
name = "winsafe"
version = "0.0.19"