@@ -47,7 +47,7 @@ built = { version = "0.5", features = ["chrono", "git2"] }
4747[dependencies ]
4848lazy_static = " 1.4.0"
4949sha2 = { 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 }
5151redox_hwio = { git = " https://github.com/FrameworkComputer/rust-hwio" , branch = " freebsd" , default-features = false }
5252libc = { version = " 0.2.155" , optional = true }
5353clap = { version = " 4.5" , features = [" derive" ], optional = true }
@@ -62,13 +62,11 @@ uefi = { version = "0.20", features = ["alloc"], optional = true }
6262uefi-services = { version = " 0.17" , optional = true }
6363plain = { version = " 0.2.3" , optional = true }
6464spin = { 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 }
6866rusb = { version = " 0.9.4" , optional = true }
6967no-std-compat = { version = " 0.4.1" , features = [ " alloc" ] }
7068guid_macros = { path = " ../guid_macros" }
71- wmi = { version = " 0.13.3 " , optional = true }
69+ wmi = { version = " 0.15.0 " , optional = true }
7270
7371[dependencies .smbios-lib ]
7472git = " https://github.com/FrameworkComputer/smbios-lib.git"
0 commit comments