get sysinfo from the git repo, to bump windows

This commit is contained in:
2025-04-17 22:36:10 +01:00
parent d992d6b8f6
commit ce2022db55
2 changed files with 3 additions and 57 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ semver = "1.0.26"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
strum = { version = "0.27.1", features = ["derive"] }
sysinfo = "0.34.2"
sysinfo = { git = "https://github.com/GuillaumeGomez/sysinfo", rev = "bcbb7b2b389b8800ff457773f48b130e710458fc" }
ureq = { version = "3.0.11", features = ["json"] }
windows = { version = "0.61.1", features = [
"Win32_UI_Input_KeyboardAndMouse",