@@ -47,7 +47,7 @@ built = { version = "0.5", features = ["chrono", "git2"] }
47
47
[dependencies ]
48
48
lazy_static = " 1.4.0"
49
49
sha2 = { version = " 0.10.8" , default-features = false , features = [ " force-soft" ] }
50
- regex = { version = " 1.10.6 " , default-features = false }
50
+ regex = { version = " 1.11.1 " , default-features = false }
51
51
redox_hwio = { git = " https://github.com/FrameworkComputer/rust-hwio" , branch = " freebsd" , default-features = false }
52
52
libc = { version = " 0.2.155" , optional = true }
53
53
clap = { version = " 4.5" , features = [" derive" ], optional = true }
@@ -62,13 +62,11 @@ uefi = { version = "0.20", features = ["alloc"], optional = true }
62
62
uefi-services = { version = " 0.17" , optional = true }
63
63
plain = { version = " 0.2.3" , optional = true }
64
64
spin = { version = " 0.9.8" , optional = false }
65
- # hidapi 2.6.2 needs nightly
66
- # See: https://github.com/ruabmbua/hidapi-rs/pull/158
67
- hidapi = { version = " =2.6.1" , optional = true }
65
+ hidapi = { version = " 2.6.3" , optional = true }
68
66
rusb = { version = " 0.9.4" , optional = true }
69
67
no-std-compat = { version = " 0.4.1" , features = [ " alloc" ] }
70
68
guid_macros = { path = " ../guid_macros" }
71
- wmi = { version = " 0.13.3 " , optional = true }
69
+ wmi = { version = " 0.15.0 " , optional = true }
72
70
73
71
[dependencies .smbios-lib ]
74
72
git = " https://github.com/FrameworkComputer/smbios-lib.git"
0 commit comments