Skip to content

Commit 6cc151a

Browse files
Merge pull request #79 from FrameworkComputer/update-deps
Update dependencies
2 parents 83286d6 + d3768c2 commit 6cc151a

File tree

2 files changed

+37
-81
lines changed

2 files changed

+37
-81
lines changed

Cargo.lock

Lines changed: 34 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework_lib/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ built = { version = "0.5", features = ["chrono", "git2"] }
4747
[dependencies]
4848
lazy_static = "1.4.0"
4949
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 }
5151
redox_hwio = { git = "https://github.com/FrameworkComputer/rust-hwio", branch = "freebsd", default-features = false }
5252
libc = { version = "0.2.155", optional = true }
5353
clap = { version = "4.5", features = ["derive"], optional = true }
@@ -62,13 +62,11 @@ uefi = { version = "0.20", features = ["alloc"], optional = true }
6262
uefi-services = { version = "0.17", optional = true }
6363
plain = { version = "0.2.3", optional = true }
6464
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 }
6866
rusb = { version = "0.9.4", optional = true }
6967
no-std-compat = { version = "0.4.1", features = [ "alloc" ] }
7068
guid_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]
7472
git = "https://github.com/FrameworkComputer/smbios-lib.git"

0 commit comments

Comments
 (0)